#3C05C2

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

Shades of Purple Heart #3C05C2

Tints of Purple Heart #3C05C2

Color information

#3C05C2 (or 0x3C05C2) is unknown color: approx Purple Heart. HEX triplet: 3C, 05 and C2. RGB value is (60,5,194). Sum of RGB (Red+Green+Blue) = 60+5+194=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 194 (76.17% from 255 or 74.90% from 259); Max value from RGB is 194 - color contains mainly: blue. Hex color #3C05C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C05C2 is #C3FA3D. Grayscale: #2A2A2A. Windows color (decimal): -12843582 or 12715324. OLE color: 12715324.

HSL color Cylindrical-coordinate representation of color #3C05C2: hue angle of 257.46º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C05C2 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB605194-
CMYK0.690.9700.24
HSL257.46º94.97%39.02%-
HSV(B)257.46º97.42%76.08%-
XYZ11.664.9651.38-
YUV42.99213.22140.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 194 (76.17% from 255) = 74.90%
R=23.17%
G=1.93%
B=74.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal6051940.690.9700.24257.4694.9739.02
Hex3C5C245610181015f27
Octal74530210514103040113747
Binary11110010111000010100010111000010110001000000011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C05C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,5,194); }

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

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

 a { background-color: rgb(60,5,194); }

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

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

 span { border-color: rgb(60,5,194); }

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