#6327AC

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

Shades of Purple Heart #6327AC

Tints of Purple Heart #6327AC

Color information

#6327AC (or 0x6327AC) is unknown color: approx Purple Heart. HEX triplet: 63, 27 and AC. RGB value is (99,39,172). Sum of RGB (Red+Green+Blue) = 99+39+172=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6327AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6327AC is #9CD853. Grayscale: #474747. Windows color (decimal): -10278996 or 11282275. OLE color: 11282275.

HSL color Cylindrical-coordinate representation of color #6327AC: hue angle of 267.07º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6327AC is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9939172-
CMYK0.420.7700.33
HSL267.07º63.03%41.37%-
HSV(B)267.07º77.33%67.45%-
XYZ13.327.0839.69-
YUV72.1184.38147.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 172 (67.58% from 255) = 55.48%
R=31.94%
G=12.58%
B=55.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99391720.420.7700.33267.0763.0341.37
Hex6327AC2A4D02110b3f29
Octal14347254521150414137751
Binary11000111001111010110010101010011010100001100001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6327AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6327AC; }

 p { color: rgb(99,39,172); }

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

<style>
 a { background-color: #6327AC; }

 a { background-color: rgb(99,39,172); }

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

<style>
 span { border-color: #6327AC; }

 span { border-color: rgb(99,39,172); }

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