#4A33BB

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

Shades of Purple Heart #4A33BB

Tints of Purple Heart #4A33BB

Color information

#4A33BB (or 0x4A33BB) is unknown color: approx Purple Heart. HEX triplet: 4A, 33 and BB. RGB value is (74,51,187). Sum of RGB (Red+Green+Blue) = 74+51+187=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A33BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33BB is #B5CC44. Grayscale: #484848. Windows color (decimal): -11914309 or 12268362. OLE color: 12268362.

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

Color convert

RGB7451187-
CMYK0.600.7300.27
HSL250.15º57.14%46.67%-
HSV(B)250.15º72.73%73.33%-
XYZ12.987.4147.76-
YUV73.38192.12128.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.72%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 187 (73.44% from 255) = 59.94%
R=23.72%
G=16.35%
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.27
SystemRedGreenBlueCMYKHSL
Decimal74511870.600.7300.27250.1557.1446.67
Hex4A33BB3C4901Bfa392f
Octal11263273741110333727157
Binary100101011001110111011111100100100101101111111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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