Html Css Color HEX #6017FC Han Purple

📋 copy color: '#6017FC'

red 96 ◦ green 23 ◦ blue 252

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

Shades of Han Purple #6017FC

Tints of Han Purple #6017FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 25.88%
G = 6.2%
B = 67.92%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6017FC (or 0x6017FC) is known color: Han Purple. HEX triplet: 60, 17 and FC. RGB value is (96,23,252). Sum of RGB (Red+Green+Blue) = 96+23+252=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #6017FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017FC is #9FE803. Grayscale: #464646. Windows color (decimal): -10479620 or 16521056. OLE color: 16521056.

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

Color convert

RGB 96 23 252 -
CMYK 0.62 0.91 0 0.01
HSL 259.13º 0.97% 0.54% -
HSV(B) 259.13º 0.91% 0.99% -
XYZ 22.7 10.13 92.85 -
YUV 70.93 230.18 145.88 -
System Red Green Blue C M Y K H S L
Decimal 96 23 252 0.62 0.91 0 0.01 259.13 0.97 0.54
Hex 60 17 FC 3E 5B 0 1 103 61 36
Octal 140 27 374 76 133 0 1 403 141 66
Binary 1100000 10111 11111100 111110 1011011 0 1 100000011 1100001 110110

Color Harmonies of #6017FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017FC

Black with #6017FC

Text Example


Text Example

White with #6017FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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