#6A15AF

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

Shades of Purple Heart #6A15AF

Tints of Purple Heart #6A15AF

Color information

#6A15AF (or 0x6A15AF) is unknown color: approx Purple Heart. HEX triplet: 6A, 15 and AF. RGB value is (106,21,175). Sum of RGB (Red+Green+Blue) = 106+21+175=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A15AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A15AF is #95EA50. Grayscale: #3F3F3F. Windows color (decimal): -9824849 or 11474282. OLE color: 11474282.

HSL color Cylindrical-coordinate representation of color #6A15AF: hue angle of 273.12º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A15AF is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10621175-
CMYK0.390.8800.31
HSL273.12º78.57%38.43%-
HSV(B)273.12º88%68.63%-
XYZ13.956.741.11-
YUV63.97190.66157.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=35.10%
G=6.95%
B=57.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106211750.390.8800.31273.1278.5738.43
Hex6A15AF275801F1114f26
Octal152252574713003742111746
Binary1101010101011010111110011110110000111111000100011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A15AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A15AF; }

 p { color: rgb(106,21,175); }

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

<style>
 a { background-color: #6A15AF; }

 a { background-color: rgb(106,21,175); }

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

<style>
 span { border-color: #6A15AF; }

 span { border-color: rgb(106,21,175); }

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