#4832C5

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

Shades of Purple Heart #4832C5

Tints of Purple Heart #4832C5

Color information

#4832C5 (or 0x4832C5) is unknown color: approx Purple Heart. HEX triplet: 48, 32 and C5. RGB value is (72,50,197). Sum of RGB (Red+Green+Blue) = 72+50+197=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 197 (77.34% from 255 or 61.76% from 319); Max value from RGB is 197 - color contains mainly: blue. Hex color #4832C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4832C5 is #B7CD3A. Grayscale: #484848. Windows color (decimal): -12045627 or 12923464. OLE color: 12923464.

HSL color Cylindrical-coordinate representation of color #4832C5: hue angle of 248.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4832C5 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7250197-
CMYK0.630.7500.23
HSL248.98º59.51%48.43%-
HSV(B)248.98º74.62%77.25%-
XYZ13.897.6953.58-
YUV73.34197.79127.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 197 (77.34% from 255) = 61.76%
R=22.57%
G=15.67%
B=61.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal72501970.630.7500.23248.9859.5148.43
Hex4832C53F4B017f93c30
Octal11062305771130273717460
Binary100100011001011000101111111100101101011111111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4832C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4832C5; }

 p { color: rgb(72,50,197); }

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

<style>
 a { background-color: #4832C5; }

 a { background-color: rgb(72,50,197); }

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

<style>
 span { border-color: #4832C5; }

 span { border-color: rgb(72,50,197); }

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