#3C1EBA

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

Shades of Purple Heart #3C1EBA

Tints of Purple Heart #3C1EBA

Color information

#3C1EBA (or 0x3C1EBA) is unknown color: approx Purple Heart. HEX triplet: 3C, 1E and BA. RGB value is (60,30,186). Sum of RGB (Red+Green+Blue) = 60+30+186=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1EBA is #C3E145. Grayscale: #383838. Windows color (decimal): -12837190 or 12197436. OLE color: 12197436.

HSL color Cylindrical-coordinate representation of color #3C1EBA: hue angle of 251.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1EBA is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6030186-
CMYK0.680.8400.27
HSL251.54º72.22%42.35%-
HSV(B)251.54º83.87%72.94%-
XYZ11.195.4346.91-
YUV56.75200.94130.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 186 (73.05% from 255) = 67.39%
R=21.74%
G=10.87%
B=67.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60301860.680.8400.27251.5472.2242.35
Hex3C1EBA445401Bfc482a
Octal743627210412403337411052
Binary111100111101011101010001001010100011011111111001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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