#6815A4

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

Shades of Purple Heart #6815A4

Tints of Purple Heart #6815A4

Color information

#6815A4 (or 0x6815A4) is unknown color: approx Purple Heart. HEX triplet: 68, 15 and A4. RGB value is (104,21,164). Sum of RGB (Red+Green+Blue) = 104+21+164=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #6815A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6815A4 is #97EA5B. Grayscale: #3D3D3D. Windows color (decimal): -9955932 or 10753384. OLE color: 10753384.

HSL color Cylindrical-coordinate representation of color #6815A4: hue angle of 274.83º 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 #6815A4 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10421164-
CMYK0.370.8700.36
HSL274.83º77.3%36.27%-
HSV(B)274.83º87.2%64.31%-
XYZ12.686.1635.64-
YUV62.12185.5157.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 21 (8.59% from 255) = 7.27%
BLUE value IS 164 (64.45% from 255) = 56.75%
R=35.99%
G=7.27%
B=56.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104211640.370.8700.36274.8377.336.27
Hex6815A425570241134d24
Octal150252444512704442311544
Binary11010001010110100100100101101011101001001000100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6815A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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