#4D33CD

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

Shades of Purple Heart #4D33CD

Tints of Purple Heart #4D33CD

Color information

#4D33CD (or 0x4D33CD) is unknown color: approx Purple Heart. HEX triplet: 4D, 33 and CD. RGB value is (77,51,205). Sum of RGB (Red+Green+Blue) = 77+51+205=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D33CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33CD is #B2CC32. Grayscale: #4B4B4B. Windows color (decimal): -11717683 or 13448013. OLE color: 13448013.

HSL color Cylindrical-coordinate representation of color #4D33CD: hue angle of 250.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D33CD is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7751205-
CMYK0.620.7500.20
HSL250.13º60.63%50.2%-
HSV(B)250.13º75.12%80.39%-
XYZ15.268.3558.57-
YUV76.33200.61128.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 205 (80.47% from 255) = 61.56%
R=23.12%
G=15.32%
B=61.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77512050.620.7500.20250.1360.6350.2
Hex4D33CD3E4B014fa3d32
Octal11563315761130243727562
Binary100110111001111001101111110100101101010011111010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D33CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,205); }

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

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

 a { background-color: rgb(77,51,205); }

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

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

 span { border-color: rgb(77,51,205); }

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