Html Css Color HEX #6017FB Han Purple

📋 copy color: '#6017FB'

red 96 ◦ green 23 ◦ blue 251

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

Shades of Han Purple #6017FB

Tints of Han Purple #6017FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.84%

R = 25.95%
G = 6.22%
B = 67.84%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6017FB (or 0x6017FB) is known color: Han Purple. HEX triplet: 60, 17 and FB. RGB value is (96,23,251). Sum of RGB (Red+Green+Blue) = 96+23+251=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #6017FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6017FB is #9FE804. Grayscale: #454545. Windows color (decimal): -10479621 or 16455520. OLE color: 16455520.

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

Color convert

RGB 96 23 251 -
CMYK 0.62 0.91 0 0.02
HSL 259.21º 0.97% 0.54% -
HSV(B) 259.21º 0.91% 0.98% -
XYZ 22.54 10.06 92.02 -
YUV 70.82 229.68 145.96 -
System Red Green Blue C M Y K H S L
Decimal 96 23 251 0.62 0.91 0 0.02 259.21 0.97 0.54
Hex 60 17 FB 3E 5B 0 2 103 61 36
Octal 140 27 373 76 133 0 2 403 141 66
Binary 1100000 10111 11111011 111110 1011011 0 10 100000011 1100001 110110

Color Harmonies of #6017FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017FB

Black with #6017FB

Text Example


Text Example

White with #6017FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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