#732ACC

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

Shades of Purple Heart #732ACC

Tints of Purple Heart #732ACC

Color information

#732ACC (or 0x732ACC) is unknown color: approx Purple Heart. HEX triplet: 73, 2A and CC. RGB value is (115,42,204). Sum of RGB (Red+Green+Blue) = 115+42+204=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #732ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ACC is #8CD533. Grayscale: #515151. Windows color (decimal): -9229620 or 13380211. OLE color: 13380211.

HSL color Cylindrical-coordinate representation of color #732ACC: hue angle of 267.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #732ACC is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11542204-
CMYK0.440.7900.2
HSL267.04º65.85%48.24%-
HSV(B)267.04º79.41%80%-
XYZ18.89.6658-
YUV82.3196.68151.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=31.86%
G=11.63%
B=56.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115422040.440.7900.2267.0465.8548.24
Hex732ACC2C4F01410b4230
Octal163523145411702441310260
Binary11100111010101100110010110010011110101001000010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,42,204); }

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

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

 a { background-color: rgb(115,42,204); }

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

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

 span { border-color: rgb(115,42,204); }

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