#4A33BC

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

Shades of Purple Heart #4A33BC

Tints of Purple Heart #4A33BC

Color information

#4A33BC (or 0x4A33BC) is unknown color: approx Purple Heart. HEX triplet: 4A, 33 and BC. RGB value is (74,51,188). Sum of RGB (Red+Green+Blue) = 74+51+188=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A33BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A33BC is #B5CC43. Grayscale: #484848. Windows color (decimal): -11914308 or 12333898. OLE color: 12333898.

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

Color convert

RGB7451188-
CMYK0.610.7300.26
HSL250.07º57.32%46.86%-
HSV(B)250.07º72.87%73.73%-
XYZ13.087.4548.33-
YUV73.5192.62128.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.64%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=23.64%
G=16.29%
B=60.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74511880.610.7300.26250.0757.3246.86
Hex4A33BC3D4901Afa392f
Octal11263274751110323727157
Binary100101011001110111100111101100100101101011111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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