#732EC8

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

Shades of Purple Heart #732EC8

Tints of Purple Heart #732EC8

Color information

#732EC8 (or 0x732EC8) is unknown color: approx Purple Heart. HEX triplet: 73, 2E and C8. RGB value is (115,46,200). Sum of RGB (Red+Green+Blue) = 115+46+200=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #732EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732EC8 is #8CD137. Grayscale: #535353. Windows color (decimal): -9228600 or 13119091. OLE color: 13119091.

HSL color Cylindrical-coordinate representation of color #732EC8: hue angle of 266.88º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #732EC8 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11546200-
CMYK0.420.7700.22
HSL266.88º62.6%48.24%-
HSV(B)266.88º77%78.43%-
XYZ18.479.7755.56-
YUV84.19193.36149.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 46 (18.36% from 255) = 12.74%
BLUE value IS 200 (78.52% from 255) = 55.40%
R=31.86%
G=12.74%
B=55.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115462000.420.7700.22266.8862.648.24
Hex732EC82A4D01610b3f30
Octal16356310521150264137760
Binary1110011101110110010001010101001101010110100001011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732EC8; }

 p { color: rgb(115,46,200); }

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

<style>
 a { background-color: #732EC8; }

 a { background-color: rgb(115,46,200); }

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

<style>
 span { border-color: #732EC8; }

 span { border-color: rgb(115,46,200); }

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