#5C12DB

Color #5C12DB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5C12DB

Tints of Han Purple #5C12DB

Color information

#5C12DB (or 0x5C12DB) is unknown color: approx Han Purple. HEX triplet: 5C, 12 and DB. RGB value is (92,18,219). Sum of RGB (Red+Green+Blue) = 92+18+219=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C12DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C12DB is #A3ED24. Grayscale: #3E3E3E. Windows color (decimal): -10743077 or 14357084. OLE color: 14357084.

HSL color Cylindrical-coordinate representation of color #5C12DB: hue angle of 262.09º 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 #5C12DB is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9218219-
CMYK0.580.9200.14
HSL262.09º84.81%46.47%-
HSV(B)262.09º91.78%85.88%-
XYZ17.427.8267.61-
YUV63.04216.02148.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 219 (85.94% from 255) = 66.57%
R=27.96%
G=5.47%
B=66.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal92182190.580.9200.14262.0984.8146.47
Hex5C12DB3A5C0E106552e
Octal134223337213401640612556
Binary101110010010110110111110101011100011101000001101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C12DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C12DB; }

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

 H1.HeaderClassName
 {
   color: #5C12DB;
 }
 .AnyTagClassName
 {
   color: #5C12DB;
 }
</style>
background-color css

<style>
 a { background-color: #5C12DB; }

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

 div.DivClassName
 {
   background-color: #5C12DB;
 }
 .BgClassName
 {
   background-color: #5C12DB;
 }
</style>
border-color css

<style>
 span { border-color: #5C12DB; }

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

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