#3C15BA

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

Shades of Purple Heart #3C15BA

Tints of Purple Heart #3C15BA

Color information

#3C15BA (or 0x3C15BA) is unknown color: approx Purple Heart. HEX triplet: 3C, 15 and BA. RGB value is (60,21,186). Sum of RGB (Red+Green+Blue) = 60+21+186=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C15BA is #C3EA45. Grayscale: #323232. Windows color (decimal): -12839494 or 12195132. OLE color: 12195132.

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

Color convert

RGB6021186-
CMYK0.680.8900.27
HSL254.18º79.71%40.59%-
HSV(B)254.18º88.71%72.94%-
XYZ10.995.0446.85-
YUV51.47203.92134.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 186 (73.05% from 255) = 69.66%
R=22.47%
G=7.87%
B=69.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60211860.680.8900.27254.1879.7140.59
Hex3C15BA445901Bfe5029
Octal742527210413103337612051
Binary111100101011011101010001001011001011011111111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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