#4C00BF

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

Shades of Purple Heart #4C00BF

Tints of Purple Heart #4C00BF

Color information

#4C00BF (or 0x4C00BF) is unknown color: approx Purple Heart. HEX triplet: 4C, 00 and BF. RGB value is (76,0,191). Sum of RGB (Red+Green+Blue) = 76+0+191=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00BF is #B3FF40. Grayscale: #2B2B2B. Windows color (decimal): -11796289 or 12517452. OLE color: 12517452.

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

Color convert

RGB760191-
CMYK0.60100.25
HSL263.87º100%37.45%-
HSV(B)263.87º100%74.9%-
XYZ12.385.349.66-
YUV44.5210.68150.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 71.54%
R=28.46%
G=0%
B=71.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7601910.60100.25263.8710037.45
Hex4C0BF3C640191086425
Octal11402777414403141014445
Binary100110001011111111110011001000110011000010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,0,191); }

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

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

 a { background-color: rgb(76,0,191); }

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

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

 span { border-color: rgb(76,0,191); }

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