#4C33BE

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

Shades of Purple Heart #4C33BE

Tints of Purple Heart #4C33BE

Color information

#4C33BE (or 0x4C33BE) is unknown color: approx Purple Heart. HEX triplet: 4C, 33 and BE. RGB value is (76,51,190). Sum of RGB (Red+Green+Blue) = 76+51+190=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33BE is #B3CC41. Grayscale: #494949. Windows color (decimal): -11783234 or 12464972. OLE color: 12464972.

HSL color Cylindrical-coordinate representation of color #4C33BE: hue angle of 250.79º 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 #4C33BE is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7651190-
CMYK0.600.7300.25
HSL250.79º57.68%47.25%-
HSV(B)250.79º73.16%74.51%-
XYZ13.467.6249.48-
YUV74.32193.28129.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 190 (74.61% from 255) = 59.94%
R=23.97%
G=16.09%
B=59.94%

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
Decimal76511900.600.7300.25250.7957.6847.25
Hex4C33BE3C49019fb3a2f
Octal11463276741110313737257
Binary100110011001110111110111100100100101100111111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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