#4C33BF

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

Shades of Purple Heart #4C33BF

Tints of Purple Heart #4C33BF

Color information

#4C33BF (or 0x4C33BF) is unknown color: approx Purple Heart. HEX triplet: 4C, 33 and BF. RGB value is (76,51,191). Sum of RGB (Red+Green+Blue) = 76+51+191=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C33BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33BF is #B3CC40. Grayscale: #494949. Windows color (decimal): -11783233 or 12530508. OLE color: 12530508.

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

Color convert

RGB7651191-
CMYK0.600.7300.25
HSL250.71º57.85%47.45%-
HSV(B)250.71º73.3%74.9%-
XYZ13.577.6750.05-
YUV74.44193.78129.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 191 (75% from 255) = 60.06%
R=23.90%
G=16.04%
B=60.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76511910.600.7300.25250.7157.8547.45
Hex4C33BF3C49019fb3a2f
Octal11463277741110313737257
Binary100110011001110111111111100100100101100111111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C33BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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