Html Css Color HEX #6012EC Han Purple

📋 copy color: '#6012EC'

red 96 ◦ green 18 ◦ blue 236

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

Shades of Han Purple #6012EC

Tints of Han Purple #6012EC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 27.43%
G = 5.14%
B = 67.43%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6012EC (or 0x6012EC) is known color: Han Purple. HEX triplet: 60, 12 and EC. RGB value is (96,18,236). Sum of RGB (Red+Green+Blue) = 96+18+236=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #6012EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6012EC is #9FED13. Grayscale: #414141. Windows color (decimal): -10480916 or 15471200. OLE color: 15471200.

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

Color convert

RGB 96 18 236 -
CMYK 0.59 0.92 0 0.07
HSL 261.47º 0.86% 0.5% -
HSV(B) 261.47º 0.92% 0.93% -
XYZ 20.18 8.98 80.03 -
YUV 66.17 223.84 149.27 -
System Red Green Blue C M Y K H S L
Decimal 96 18 236 0.59 0.92 0 0.07 261.47 0.86 0.5
Hex 60 12 EC 3B 5C 0 7 105 56 32
Octal 140 22 354 73 134 0 7 405 126 62
Binary 1100000 10010 11101100 111011 1011100 0 111 100000101 1010110 110010

Color Harmonies of #6012EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6012EC

Black with #6012EC

Text Example


Text Example

White with #6012EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6012EC; }

 p { color: rgb(96,18,236); }

 H1.HeaderClassName
 {
   color: #6012EC;
 }
 .AnyTagClassName
 {
   color: #6012EC;
 }
</style>

background-color css

<style>
 a { background-color: #6012EC; }

 a { background-color: rgb(96,18,236); }

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

border-color css

<style>
 span { border-color: #6012EC; }

 span { border-color: rgb(96,18,236); }

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