Html Css Color HEX #6019DE Han Purple

📋 copy color: '#6019DE'

red 96 ◦ green 25 ◦ blue 222

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

Shades of Han Purple #6019DE

Tints of Han Purple #6019DE

RGB

 RED value IS 96 (37.89% from 255) = 27.99%

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 222 (87.11% from 255) = 64.72%

R = 27.99%
G = 7.29%
B = 64.72%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6019DE (or 0x6019DE) is known color: Han Purple. HEX triplet: 60, 19 and DE. RGB value is (96,25,222). Sum of RGB (Red+Green+Blue) = 96+25+222=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #6019DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019DE is #9FE621. Grayscale: #434343. Windows color (decimal): -10479138 or 14555488. OLE color: 14555488.

HSL color Cylindrical-coordinate representation of color #6019DE: hue angle of 261.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6019DE is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 25 222 -
CMYK 0.57 0.89 0 0.13
HSL 261.62º 0.8% 0.48% -
HSV(B) 261.62º 0.89% 0.87% -
XYZ 18.36 8.46 69.77 -
YUV 68.69 214.52 147.48 -
System Red Green Blue C M Y K H S L
Decimal 96 25 222 0.57 0.89 0 0.13 261.62 0.8 0.48
Hex 60 19 DE 39 59 0 D 106 50 30
Octal 140 31 336 71 131 0 15 406 120 60
Binary 1100000 11001 11011110 111001 1011001 0 1101 100000110 1010000 110000

Color Harmonies of #6019DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019DE

Black with #6019DE

Text Example


Text Example

White with #6019DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6019DE; }

 p { color: rgb(96,25,222); }

 H1.HeaderClassName
 {
   color: #6019DE;
 }
 .AnyTagClassName
 {
   color: #6019DE;
 }
</style>

background-color css

<style>
 a { background-color: #6019DE; }

 a { background-color: rgb(96,25,222); }

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

border-color css

<style>
 span { border-color: #6019DE; }

 span { border-color: rgb(96,25,222); }

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