Html Css Color HEX #6019DD Han Purple

📋 copy color: '#6019DD'

red 96 ◦ green 25 ◦ blue 221

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

Shades of Han Purple #6019DD

Tints of Han Purple #6019DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 28.07%
G = 7.31%
B = 64.62%

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

#6019DD (or 0x6019DD) is known color: Han Purple. HEX triplet: 60, 19 and DD. RGB value is (96,25,221). Sum of RGB (Red+Green+Blue) = 96+25+221=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #6019DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019DD is #9FE622. Grayscale: #434343. Windows color (decimal): -10479139 or 14489952. OLE color: 14489952.

HSL color Cylindrical-coordinate representation of color #6019DD: hue angle of 261.73º 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 #6019DD is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 25 221 -
CMYK 0.57 0.89 0 0.13
HSL 261.73º 0.8% 0.48% -
HSV(B) 261.73º 0.89% 0.87% -
XYZ 18.22 8.4 69.07 -
YUV 68.57 214.02 147.56 -
System Red Green Blue C M Y K H S L
Decimal 96 25 221 0.57 0.89 0 0.13 261.73 0.8 0.48
Hex 60 19 DD 39 59 0 D 106 50 30
Octal 140 31 335 71 131 0 15 406 120 60
Binary 1100000 11001 11011101 111001 1011001 0 1101 100000110 1010000 110000

Color Harmonies of #6019DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019DD

Black with #6019DD

Text Example


Text Example

White with #6019DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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