Html Css Color HEX #6016FF Han Purple

📋 copy color: '#6016FF'

red 96 ◦ green 22 ◦ blue 255

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

Shades of Han Purple #6016FF

Tints of Han Purple #6016FF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.9%

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

R = 25.74%
G = 5.9%
B = 68.36%

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

#6016FF (or 0x6016FF) is known color: Han Purple. HEX triplet: 60, 16 and FF. RGB value is (96,22,255). Sum of RGB (Red+Green+Blue) = 96+22+255=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6016FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6016FF is #9FE900. Grayscale: #454545. Windows color (decimal): -10479873 or 16717408. OLE color: 16717408.

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

Color convert

RGB 96 22 255 -
CMYK 0.62 0.91 0 0
HSL 259.06º 1% 0.54% -
HSV(B) 259.06º 0.91% 1% -
XYZ 23.16 10.28 95.37 -
YUV 70.69 232.02 146.05 -
System Red Green Blue C M Y K H S L
Decimal 96 22 255 0.62 0.91 0 0 259.06 1 0.54
Hex 60 16 FF 3E 5B 0 0 103 64 36
Octal 140 26 377 76 133 0 0 403 144 66
Binary 1100000 10110 11111111 111110 1011011 0 0 100000011 1100100 110110

Color Harmonies of #6016FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016FF

Black with #6016FF

Text Example


Text Example

White with #6016FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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