Html Css Color HEX #6017F9 Han Purple

📋 copy color: '#6017F9'

red 96 ◦ green 23 ◦ blue 249

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

Shades of Han Purple #6017F9

Tints of Han Purple #6017F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 67.66%

R = 26.09%
G = 6.25%
B = 67.66%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6017F9 (or 0x6017F9) is known color: Han Purple. HEX triplet: 60, 17 and F9. RGB value is (96,23,249). Sum of RGB (Red+Green+Blue) = 96+23+249=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #6017F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017F9 is #9FE806. Grayscale: #454545. Windows color (decimal): -10479623 or 16324448. OLE color: 16324448.

HSL color Cylindrical-coordinate representation of color #6017F9: hue angle of 259.38º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6017F9 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 23 249 -
CMYK 0.61 0.91 0 0.02
HSL 259.38º 0.95% 0.53% -
HSV(B) 259.38º 0.91% 0.98% -
XYZ 22.23 9.94 90.37 -
YUV 70.59 228.68 146.12 -
System Red Green Blue C M Y K H S L
Decimal 96 23 249 0.61 0.91 0 0.02 259.38 0.95 0.53
Hex 60 17 F9 3D 5B 0 2 103 5F 35
Octal 140 27 371 75 133 0 2 403 137 65
Binary 1100000 10111 11111001 111101 1011011 0 10 100000011 1011111 110101

Color Harmonies of #6017F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017F9

Black with #6017F9

Text Example


Text Example

White with #6017F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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