#4A33BE

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

Shades of Purple Heart #4A33BE

Tints of Purple Heart #4A33BE

Color information

#4A33BE (or 0x4A33BE) is unknown color: approx Purple Heart. HEX triplet: 4A, 33 and BE. RGB value is (74,51,190). Sum of RGB (Red+Green+Blue) = 74+51+190=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33BE is #B5CC41. Grayscale: #494949. Windows color (decimal): -11914306 or 12464970. OLE color: 12464970.

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

Color convert

RGB7451190-
CMYK0.610.7300.25
HSL249.93º57.68%47.25%-
HSV(B)249.93º73.16%74.51%-
XYZ13.37.5449.47-
YUV73.72193.62128.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.49%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=23.49%
G=16.19%
B=60.32%

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
Decimal74511900.610.7300.25249.9357.6847.25
Hex4A33BE3D49019fa3a2f
Octal11263276751110313727257
Binary100101011001110111110111101100100101100111111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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