#6A1FAD

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

Shades of Purple Heart #6A1FAD

Tints of Purple Heart #6A1FAD

Color information

#6A1FAD (or 0x6A1FAD) is unknown color: approx Purple Heart. HEX triplet: 6A, 1F and AD. RGB value is (106,31,173). Sum of RGB (Red+Green+Blue) = 106+31+173=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1FAD is #95E052. Grayscale: #454545. Windows color (decimal): -9822291 or 11345770. OLE color: 11345770.

HSL color Cylindrical-coordinate representation of color #6A1FAD: hue angle of 271.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1FAD is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10631173-
CMYK0.390.8200.32
HSL271.69º69.61%40%-
HSV(B)271.69º82.08%67.84%-
XYZ13.987.0640.16-
YUV69.61186.35153.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 173 (67.97% from 255) = 55.81%
R=34.19%
G=10%
B=55.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106311730.390.8200.32271.6969.6140
Hex6A1FAD27520201104628
Octal152372554712204042010650
Binary11010101111110101101100111101001001000001000100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,31,173); }

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

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

 a { background-color: rgb(106,31,173); }

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

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

 span { border-color: rgb(106,31,173); }

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