#6A07AC

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

Shades of Purple Heart #6A07AC

Tints of Purple Heart #6A07AC

Color information

#6A07AC (or 0x6A07AC) is unknown color: approx Purple Heart. HEX triplet: 6A, 07 and AC. RGB value is (106,7,172). Sum of RGB (Red+Green+Blue) = 106+7+172=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A07AC is #95F853. Grayscale: #363636. Windows color (decimal): -9828436 or 11274090. OLE color: 11274090.

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

Color convert

RGB1067172-
CMYK0.380.9600.33
HSL276º92.18%35.1%-
HSV(B)276º95.93%67.45%-
XYZ13.476.1939.52-
YUV55.41193.8164.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=37.19%
G=2.46%
B=60.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10671720.380.9600.3327692.1835.1
Hex6A7AC26600211145c23
Octal15272544614004142413443
Binary110101011110101100100110110000001000011000101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A07AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,7,172); }

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

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

 a { background-color: rgb(106,7,172); }

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

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

 span { border-color: rgb(106,7,172); }

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