Html Css Color HEX #5024DF Han Purple

📋 copy color: '#5024DF'

red 80 ◦ green 36 ◦ blue 223

#5024DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5024DF

Tints of Han Purple #5024DF

RGB

 RED value IS 80 (31.64% from 255) = 23.6%

 GREEN value IS 36 (14.45% from 255) = 10.62%

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 23.6%
G = 10.62%
B = 65.78%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5024DF (or 0x5024DF) is known color: Han Purple. HEX triplet: 50, 24 and DF. RGB value is (80,36,223). Sum of RGB (Red+Green+Blue) = 80+36+223=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #5024DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5024DF is #AFDB20. Grayscale: #454545. Windows color (decimal): -11524897 or 14623824. OLE color: 14623824.

HSL color Cylindrical-coordinate representation of color #5024DF: hue angle of 254.12º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5024DF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 36 223 -
CMYK 0.64 0.84 0 0.13
HSL 254.12º 0.75% 0.51% -
HSV(B) 254.12º 0.84% 0.87% -
XYZ 17.26 8.29 70.5 -
YUV 70.47 214.08 134.79 -
System Red Green Blue C M Y K H S L
Decimal 80 36 223 0.64 0.84 0 0.13 254.12 0.75 0.51
Hex 50 24 DF 40 54 0 D FE 4B 33
Octal 120 44 337 100 124 0 15 376 113 63
Binary 1010000 100100 11011111 1000000 1010100 0 1101 11111110 1001011 110011

Color Harmonies of #5024DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5024DF

Black with #5024DF

Text Example


Text Example

White with #5024DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5024DF; }

 p { color: rgb(80,36,223); }

 H1.HeaderClassName
 {
   color: #5024DF;
 }
 .AnyTagClassName
 {
   color: #5024DF;
 }
</style>

background-color css

<style>
 a { background-color: #5024DF; }

 a { background-color: rgb(80,36,223); }

 div.DivClassName
 {
   background-color: #5024DF;
 }
 .BgClassName
 {
   background-color: #5024DF;
 }
</style>

border-color css

<style>
 span { border-color: #5024DF; }

 span { border-color: rgb(80,36,223); }

 td.TdClassName
 {
   border-color: #5024DF;
 }
 .TagClassName
 {
   border-color: #5024DF;
 }
</style>