Html Css Color HEX #6016ED Han Purple

📋 copy color: '#6016ED'

red 96 ◦ green 22 ◦ blue 237

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

Shades of Han Purple #6016ED

Tints of Han Purple #6016ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 27.04%
G = 6.2%
B = 66.76%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6016ED (or 0x6016ED) is known color: Han Purple. HEX triplet: 60, 16 and ED. RGB value is (96,22,237). Sum of RGB (Red+Green+Blue) = 96+22+237=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #6016ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6016ED is #9FE912. Grayscale: #434343. Windows color (decimal): -10479891 or 15537760. OLE color: 15537760.

HSL color Cylindrical-coordinate representation of color #6016ED: hue angle of 260.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6016ED is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 22 237 -
CMYK 0.59 0.91 0 0.07
HSL 260.65º 0.86% 0.51% -
HSV(B) 260.65º 0.91% 0.93% -
XYZ 20.4 9.18 80.82 -
YUV 68.64 223.02 147.52 -
System Red Green Blue C M Y K H S L
Decimal 96 22 237 0.59 0.91 0 0.07 260.65 0.86 0.51
Hex 60 16 ED 3B 5B 0 7 105 56 33
Octal 140 26 355 73 133 0 7 405 126 63
Binary 1100000 10110 11101101 111011 1011011 0 111 100000101 1010110 110011

Color Harmonies of #6016ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016ED

Black with #6016ED

Text Example


Text Example

White with #6016ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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