#3C03BA

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

Shades of Purple Heart #3C03BA

Tints of Purple Heart #3C03BA

Color information

#3C03BA (or 0x3C03BA) is unknown color: approx Purple Heart. HEX triplet: 3C, 03 and BA. RGB value is (60,3,186). Sum of RGB (Red+Green+Blue) = 60+3+186=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03BA is #C3FC45. Grayscale: #282828. Windows color (decimal): -12844102 or 12190524. OLE color: 12190524.

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

Color convert

RGB603186-
CMYK0.680.9800.27
HSL258.69º96.83%37.06%-
HSV(B)258.69º98.39%72.94%-
XYZ10.764.5746.77-
YUV40.9209.88141.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 186 (73.05% from 255) = 74.70%
R=24.10%
G=1.20%
B=74.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6031860.680.9800.27258.6996.8337.06
Hex3C3BA446201B1036125
Octal74327210414203340314145
Binary1111001110111010100010011000100110111000000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C03BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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