#4B33BE

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

Shades of Purple Heart #4B33BE

Tints of Purple Heart #4B33BE

Color information

#4B33BE (or 0x4B33BE) is unknown color: approx Purple Heart. HEX triplet: 4B, 33 and BE. RGB value is (75,51,190). Sum of RGB (Red+Green+Blue) = 75+51+190=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B33BE is #B4CC41. Grayscale: #494949. Windows color (decimal): -11848770 or 12464971. OLE color: 12464971.

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

Color convert

RGB7551190-
CMYK0.610.7300.25
HSL250.36º57.68%47.25%-
HSV(B)250.36º73.16%74.51%-
XYZ13.387.5849.47-
YUV74.02193.45128.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.73%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=23.73%
G=16.14%
B=60.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75511900.610.7300.25250.3657.6847.25
Hex4B33BE3D49019fa3a2f
Octal11363276751110313727257
Binary100101111001110111110111101100100101100111111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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