#7327B1

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

Shades of Purple Heart #7327B1

Tints of Purple Heart #7327B1

Color information

#7327B1 (or 0x7327B1) is unknown color: approx Purple Heart. HEX triplet: 73, 27 and B1. RGB value is (115,39,177). Sum of RGB (Red+Green+Blue) = 115+39+177=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #7327B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7327B1 is #8CD84E. Grayscale: #4C4C4C. Windows color (decimal): -9230415 or 11609971. OLE color: 11609971.

HSL color Cylindrical-coordinate representation of color #7327B1: hue angle of 273.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7327B1 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11539177-
CMYK0.350.7800.31
HSL273.04º63.89%42.35%-
HSV(B)273.04º77.97%69.41%-
XYZ15.738.2742.36-
YUV77.46184.18154.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 39 (15.62% from 255) = 11.78%
BLUE value IS 177 (69.53% from 255) = 53.47%
R=34.74%
G=11.78%
B=53.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115391770.350.7800.31273.0463.8942.35
Hex7327B1234E01F111402a
Octal163472614311603742110052
Binary11100111001111011000110001110011100111111000100011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7327B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7327B1; }

 p { color: rgb(115,39,177); }

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

<style>
 a { background-color: #7327B1; }

 a { background-color: rgb(115,39,177); }

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

<style>
 span { border-color: #7327B1; }

 span { border-color: rgb(115,39,177); }

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