#4C02BE

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

Shades of Purple Heart #4C02BE

Tints of Purple Heart #4C02BE

Color information

#4C02BE (or 0x4C02BE) is unknown color: approx Purple Heart. HEX triplet: 4C, 02 and BE. RGB value is (76,2,190). Sum of RGB (Red+Green+Blue) = 76+2+190=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C02BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C02BE is #B3FD41. Grayscale: #2C2C2C. Windows color (decimal): -11795778 or 12452428. OLE color: 12452428.

HSL color Cylindrical-coordinate representation of color #4C02BE: hue angle of 263.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02BE is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB762190-
CMYK0.600.9900.25
HSL263.62º97.92%37.65%-
HSV(B)263.62º98.95%74.51%-
XYZ12.35.349.09-
YUV45.56209.52149.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.36%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=28.36%
G=0.75%
B=70.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7621900.600.9900.25263.6297.9237.65
Hex4C2BE3C630191086226
Octal11422767414303141014246
Binary1001100101011111011110011000110110011000010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C02BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C02BE; }

 p { color: rgb(76,2,190); }

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

<style>
 a { background-color: #4C02BE; }

 a { background-color: rgb(76,2,190); }

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

<style>
 span { border-color: #4C02BE; }

 span { border-color: rgb(76,2,190); }

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