#3C15C4

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

Shades of Purple Heart #3C15C4

Tints of Purple Heart #3C15C4

Color information

#3C15C4 (or 0x3C15C4) is unknown color: approx Purple Heart. HEX triplet: 3C, 15 and C4. RGB value is (60,21,196). Sum of RGB (Red+Green+Blue) = 60+21+196=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 196 (76.95% from 255 or 70.76% from 277); Max value from RGB is 196 - color contains mainly: blue. Hex color #3C15C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C15C4 is #C3EA3B. Grayscale: #333333. Windows color (decimal): -12839484 or 12850492. OLE color: 12850492.

HSL color Cylindrical-coordinate representation of color #3C15C4: hue angle of 253.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C15C4 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6021196-
CMYK0.690.8900.23
HSL253.37º80.65%42.55%-
HSV(B)253.37º89.29%76.86%-
XYZ12.15.4852.65-
YUV52.61208.92133.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 196 (76.95% from 255) = 70.76%
R=21.66%
G=7.58%
B=70.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60211960.690.8900.23253.3780.6542.55
Hex3C15C44559017fd512b
Octal742530410513102737512153
Binary111100101011100010010001011011001010111111111011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C15C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,21,196); }

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

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

 a { background-color: rgb(60,21,196); }

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

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

 span { border-color: rgb(60,21,196); }

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