#6815A2

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

Shades of Purple Heart #6815A2

Tints of Purple Heart #6815A2

Color information

#6815A2 (or 0x6815A2) is unknown color: approx Purple Heart. HEX triplet: 68, 15 and A2. RGB value is (104,21,162). Sum of RGB (Red+Green+Blue) = 104+21+162=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #6815A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6815A2 is #97EA5D. Grayscale: #3D3D3D. Windows color (decimal): -9955934 or 10622312. OLE color: 10622312.

HSL color Cylindrical-coordinate representation of color #6815A2: hue angle of 275.32º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6815A2 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10421162-
CMYK0.360.8700.36
HSL275.32º77.05%35.88%-
HSV(B)275.32º87.04%63.53%-
XYZ12.56.0934.7-
YUV61.89184.5158.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 162 (63.67% from 255) = 56.45%
R=36.24%
G=7.32%
B=56.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104211620.360.8700.36275.3277.0535.88
Hex6815A224570241134d24
Octal150252424412704442311544
Binary11010001010110100010100100101011101001001000100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6815A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6815A2; }

 p { color: rgb(104,21,162); }

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

<style>
 a { background-color: #6815A2; }

 a { background-color: rgb(104,21,162); }

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

<style>
 span { border-color: #6815A2; }

 span { border-color: rgb(104,21,162); }

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