#3C1EB3

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

Shades of Purple Heart #3C1EB3

Tints of Purple Heart #3C1EB3

Color information

#3C1EB3 (or 0x3C1EB3) is unknown color: approx Purple Heart. HEX triplet: 3C, 1E and B3. RGB value is (60,30,179). Sum of RGB (Red+Green+Blue) = 60+30+179=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C1EB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1EB3 is #C3E14C. Grayscale: #373737. Windows color (decimal): -12837197 or 11738684. OLE color: 11738684.

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

Color convert

RGB6030179-
CMYK0.660.8300.30
HSL252.08º71.29%40.98%-
HSV(B)252.08º83.24%70.2%-
XYZ10.465.1443.09-
YUV55.96197.44130.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 179 (70.31% from 255) = 66.54%
R=22.30%
G=11.15%
B=66.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60301790.660.8300.30252.0871.2940.98
Hex3C1EB3425301Efc4729
Octal743626310212303637410751
Binary111100111101011001110000101010011011110111111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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