#4B32CD

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

Shades of Purple Heart #4B32CD

Tints of Purple Heart #4B32CD

Color information

#4B32CD (or 0x4B32CD) is unknown color: approx Purple Heart. HEX triplet: 4B, 32 and CD. RGB value is (75,50,205). Sum of RGB (Red+Green+Blue) = 75+50+205=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #4B32CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32CD is #B4CD32. Grayscale: #4A4A4A. Windows color (decimal): -11849011 or 13447755. OLE color: 13447755.

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

Color convert

RGB7550205-
CMYK0.630.7600.20
HSL249.68º60.78%50%-
HSV(B)249.68º75.61%80.39%-
XYZ15.068.1858.54-
YUV75.14201.28127.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.73%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 205 (80.47% from 255) = 62.12%
R=22.73%
G=15.15%
B=62.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal75502050.630.7600.20249.6860.7850
Hex4B32CD3F4C014fa3d32
Octal11362315771140243727562
Binary100101111001011001101111111100110001010011111010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B32CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,205); }

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

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

 a { background-color: rgb(75,50,205); }

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

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

 span { border-color: rgb(75,50,205); }

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