#3C12BE

Color #3C12BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3C12BE

Tints of Purple Heart #3C12BE

Color information

#3C12BE (or 0x3C12BE) is unknown color: approx Purple Heart. HEX triplet: 3C, 12 and BE. RGB value is (60,18,190). Sum of RGB (Red+Green+Blue) = 60+18+190=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C12BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C12BE is #C3ED41. Grayscale: #313131. Windows color (decimal): -12840258 or 12456508. OLE color: 12456508.

HSL color Cylindrical-coordinate representation of color #3C12BE: hue angle of 254.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C12BE is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6018190-
CMYK0.680.9100.25
HSL254.65º82.69%40.78%-
HSV(B)254.65º90.53%74.51%-
XYZ11.375.1149.1-
YUV50.17206.91135.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=22.39%
G=6.72%
B=70.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60181900.680.9100.25254.6582.6940.78
Hex3C12BE445B019ff5329
Octal742227610413303137712351
Binary111100100101011111010001001011011011001111111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C12BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C12BE; }

 p { color: rgb(60,18,190); }

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

<style>
 a { background-color: #3C12BE; }

 a { background-color: rgb(60,18,190); }

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

<style>
 span { border-color: #3C12BE; }

 span { border-color: rgb(60,18,190); }

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