Html Css Color HEX #6012DB Han Purple

📋 copy color: '#6012DB'

red 96 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #6012DB

Tints of Han Purple #6012DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 28.83%
G = 5.41%
B = 65.77%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6012DB (or 0x6012DB) is known color: Han Purple. HEX triplet: 60, 12 and DB. RGB value is (96,18,219). Sum of RGB (Red+Green+Blue) = 96+18+219=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #6012DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012DB is #9FED24. Grayscale: #3F3F3F. Windows color (decimal): -10480933 or 14357088. OLE color: 14357088.

HSL color Cylindrical-coordinate representation of color #6012DB: hue angle of 263.28º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6012DB is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 18 219 -
CMYK 0.56 0.92 0 0.14
HSL 263.28º 0.85% 0.46% -
HSV(B) 263.28º 0.92% 0.86% -
XYZ 17.83 8.03 67.63 -
YUV 64.24 215.34 150.66 -
System Red Green Blue C M Y K H S L
Decimal 96 18 219 0.56 0.92 0 0.14 263.28 0.85 0.46
Hex 60 12 DB 38 5C 0 E 107 55 2E
Octal 140 22 333 70 134 0 16 407 125 56
Binary 1100000 10010 11011011 111000 1011100 0 1110 100000111 1010101 101110

Color Harmonies of #6012DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6012DB

Black with #6012DB

Text Example


Text Example

White with #6012DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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