Html Css Color HEX #6019DF Han Purple

📋 copy color: '#6019DF'

red 96 ◦ green 25 ◦ blue 223

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

Shades of Han Purple #6019DF

Tints of Han Purple #6019DF

RGB

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

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

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

R = 27.91%
G = 7.27%
B = 64.83%

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

#6019DF (or 0x6019DF) is known color: Han Purple. HEX triplet: 60, 19 and DF. RGB value is (96,25,223). Sum of RGB (Red+Green+Blue) = 96+25+223=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #6019DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019DF is #9FE620. Grayscale: #444444. Windows color (decimal): -10479137 or 14621024. OLE color: 14621024.

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

Color convert

RGB 96 25 223 -
CMYK 0.57 0.89 0 0.13
HSL 261.52º 0.8% 0.49% -
HSV(B) 261.52º 0.89% 0.87% -
XYZ 18.49 8.51 70.48 -
YUV 68.8 215.02 147.4 -
System Red Green Blue C M Y K H S L
Decimal 96 25 223 0.57 0.89 0 0.13 261.52 0.8 0.49
Hex 60 19 DF 39 59 0 D 106 50 31
Octal 140 31 337 71 131 0 15 406 120 61
Binary 1100000 11001 11011111 111001 1011001 0 1101 100000110 1010000 110001

Color Harmonies of #6019DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019DF

Black with #6019DF

Text Example


Text Example

White with #6019DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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