#4C31B8

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

Shades of Purple Heart #4C31B8

Tints of Purple Heart #4C31B8

Color information

#4C31B8 (or 0x4C31B8) is unknown color: approx Purple Heart. HEX triplet: 4C, 31 and B8. RGB value is (76,49,184). Sum of RGB (Red+Green+Blue) = 76+49+184=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #4C31B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C31B8 is #B3CE47. Grayscale: #474747. Windows color (decimal): -11783752 or 12071244. OLE color: 12071244.

HSL color Cylindrical-coordinate representation of color #4C31B8: hue angle of 252º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C31B8 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7649184-
CMYK0.590.7300.28
HSL252º57.94%45.69%-
HSV(B)252º73.37%72.16%-
XYZ12.737.1946.06-
YUV72.46190.95130.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.60%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 184 (72.27% from 255) = 59.55%
R=24.60%
G=15.86%
B=59.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76491840.590.7300.2825257.9445.69
Hex4C31B83B4901Cfc3a2e
Octal11461270731110343747256
Binary100110011000110111000111011100100101110011111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C31B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,184); }

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

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

 a { background-color: rgb(76,49,184); }

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

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

 span { border-color: rgb(76,49,184); }

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