#6A05AE

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

Shades of Purple Heart #6A05AE

Tints of Purple Heart #6A05AE

Color information

#6A05AE (or 0x6A05AE) is unknown color: approx Purple Heart. HEX triplet: 6A, 05 and AE. RGB value is (106,5,174). Sum of RGB (Red+Green+Blue) = 106+5+174=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A05AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A05AE is #95FA51. Grayscale: #353535. Windows color (decimal): -9828946 or 11404650. OLE color: 11404650.

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

Color convert

RGB1065174-
CMYK0.390.9700.32
HSL275.86º94.41%35.1%-
HSV(B)275.86º97.13%68.24%-
XYZ13.646.2340.53-
YUV54.46195.46164.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=37.19%
G=1.75%
B=61.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10651740.390.9700.32275.8694.4135.1
Hex6A5AE27610201145e23
Octal15252564714104042413643
Binary110101010110101110100111110000101000001000101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,174); }

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

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

 a { background-color: rgb(106,5,174); }

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

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

 span { border-color: rgb(106,5,174); }

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