#4A33CA

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

Shades of Purple Heart #4A33CA

Tints of Purple Heart #4A33CA

Color information

#4A33CA (or 0x4A33CA) is unknown color: approx Purple Heart. HEX triplet: 4A, 33 and CA. RGB value is (74,51,202). Sum of RGB (Red+Green+Blue) = 74+51+202=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A33CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33CA is #B5CC35. Grayscale: #4A4A4A. Windows color (decimal): -11914294 or 13251402. OLE color: 13251402.

HSL color Cylindrical-coordinate representation of color #4A33CA: hue angle of 249.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A33CA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7451202-
CMYK0.630.7500.21
HSL249.14º59.68%49.61%-
HSV(B)249.14º74.75%79.22%-
XYZ14.678.0956.67-
YUV75.09199.62127.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=22.63%
G=15.60%
B=61.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74512020.630.7500.21249.1459.6849.61
Hex4A33CA3F4B015f93c32
Octal11263312771130253717462
Binary100101011001111001010111111100101101010111111001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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