#3C13B3

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

Shades of Purple Heart #3C13B3

Tints of Purple Heart #3C13B3

Color information

#3C13B3 (or 0x3C13B3) is unknown color: approx Purple Heart. HEX triplet: 3C, 13 and B3. RGB value is (60,19,179). Sum of RGB (Red+Green+Blue) = 60+19+179=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C13B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C13B3 is #C3EC4C. Grayscale: #303030. Windows color (decimal): -12840013 or 11735868. OLE color: 11735868.

HSL color Cylindrical-coordinate representation of color #3C13B3: hue angle of 255.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C13B3 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6019179-
CMYK0.660.8900.30
HSL255.38º80.81%38.82%-
HSV(B)255.38º89.39%70.2%-
XYZ10.234.6843.01-
YUV49.5201.08135.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 179 (70.31% from 255) = 69.38%
R=23.26%
G=7.36%
B=69.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60191790.660.8900.30255.3880.8138.82
Hex3C13B3425901Eff5127
Octal742326310213103637712147
Binary111100100111011001110000101011001011110111111111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C13B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,179); }

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

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

 a { background-color: rgb(60,19,179); }

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

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

 span { border-color: rgb(60,19,179); }

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