Html Css Color HEX #6017FF Han Purple

📋 copy color: '#6017FF'

red 96 ◦ green 23 ◦ blue 255

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

Shades of Han Purple #6017FF

Tints of Han Purple #6017FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.15%

 BLUE value IS 255 (100% from 255) = 68.18%

R = 25.67%
G = 6.15%
B = 68.18%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6017FF (or 0x6017FF) is known color: Han Purple. HEX triplet: 60, 17 and FF. RGB value is (96,23,255). Sum of RGB (Red+Green+Blue) = 96+23+255=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #6017FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017FF is #9FE800. Grayscale: #464646. Windows color (decimal): -10479617 or 16717664. OLE color: 16717664.

HSL color Cylindrical-coordinate representation of color #6017FF: hue angle of 258.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6017FF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 23 255 -
CMYK 0.62 0.91 0 0
HSL 258.88º 1% 0.55% -
HSV(B) 258.88º 0.91% 1% -
XYZ 23.18 10.32 95.38 -
YUV 71.28 231.68 145.64 -
System Red Green Blue C M Y K H S L
Decimal 96 23 255 0.62 0.91 0 0 258.88 1 0.55
Hex 60 17 FF 3E 5B 0 0 103 64 37
Octal 140 27 377 76 133 0 0 403 144 67
Binary 1100000 10111 11111111 111110 1011011 0 0 100000011 1100100 110111

Color Harmonies of #6017FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017FF

Black with #6017FF

Text Example


Text Example

White with #6017FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6017FF; }

 p { color: rgb(96,23,255); }

 H1.HeaderClassName
 {
   color: #6017FF;
 }
 .AnyTagClassName
 {
   color: #6017FF;
 }
</style>

background-color css

<style>
 a { background-color: #6017FF; }

 a { background-color: rgb(96,23,255); }

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

border-color css

<style>
 span { border-color: #6017FF; }

 span { border-color: rgb(96,23,255); }

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