#3C1EBF

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

Shades of Purple Heart #3C1EBF

Tints of Purple Heart #3C1EBF

Color information

#3C1EBF (or 0x3C1EBF) is unknown color: approx Purple Heart. HEX triplet: 3C, 1E and BF. RGB value is (60,30,191). Sum of RGB (Red+Green+Blue) = 60+30+191=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C1EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1EBF is #C3E140. Grayscale: #383838. Windows color (decimal): -12837185 or 12525116. OLE color: 12525116.

HSL color Cylindrical-coordinate representation of color #3C1EBF: hue angle of 251.18º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1EBF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6030191-
CMYK0.690.8400.25
HSL251.18º72.85%43.33%-
HSV(B)251.18º84.29%74.9%-
XYZ11.735.6549.76-
YUV57.32203.44129.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 191 (75% from 255) = 67.97%
R=21.35%
G=10.68%
B=67.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60301910.690.8400.25251.1872.8543.33
Hex3C1EBF4554019fb492b
Octal743627710512403137311153
Binary111100111101011111110001011010100011001111110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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