#6A1FAA

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

Shades of Purple Heart #6A1FAA

Tints of Purple Heart #6A1FAA

Color information

#6A1FAA (or 0x6A1FAA) is unknown color: approx Purple Heart. HEX triplet: 6A, 1F and AA. RGB value is (106,31,170). Sum of RGB (Red+Green+Blue) = 106+31+170=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1FAA is #95E055. Grayscale: #444444. Windows color (decimal): -9822294 or 11149162. OLE color: 11149162.

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

Color convert

RGB10631170-
CMYK0.380.8200.33
HSL272.37º69.15%39.41%-
HSV(B)272.37º81.76%66.67%-
XYZ13.696.9538.65-
YUV69.27184.85154.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=34.53%
G=10.10%
B=55.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106311700.380.8200.33272.3769.1539.41
Hex6A1FAA26520211104527
Octal152372524612204142010547
Binary11010101111110101010100110101001001000011000100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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