#4C03BB

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

Shades of Purple Heart #4C03BB

Tints of Purple Heart #4C03BB

Color information

#4C03BB (or 0x4C03BB) is unknown color: approx Purple Heart. HEX triplet: 4C, 03 and BB. RGB value is (76,3,187). Sum of RGB (Red+Green+Blue) = 76+3+187=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #4C03BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C03BB is #B3FC44. Grayscale: #2D2D2D. Windows color (decimal): -11795525 or 12256076. OLE color: 12256076.

HSL color Cylindrical-coordinate representation of color #4C03BB: hue angle of 263.8º 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 #4C03BB is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB763187-
CMYK0.590.9800.27
HSL263.8º96.84%37.25%-
HSV(B)263.8º98.4%73.33%-
XYZ11.985.1947.38-
YUV45.8207.68149.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.57%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 187 (73.44% from 255) = 70.30%
R=28.57%
G=1.13%
B=70.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7631870.590.9800.27263.896.8437.25
Hex4C3BB3B6201B1086125
Octal11432737314203341014145
Binary1001100111011101111101111000100110111000010001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C03BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,3,187); }

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

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

 a { background-color: rgb(76,3,187); }

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

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

 span { border-color: rgb(76,3,187); }

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