#6A07AD

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

Shades of Purple Heart #6A07AD

Tints of Purple Heart #6A07AD

Color information

#6A07AD (or 0x6A07AD) is unknown color: approx Purple Heart. HEX triplet: 6A, 07 and AD. RGB value is (106,7,173). Sum of RGB (Red+Green+Blue) = 106+7+173=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A07AD is #95F852. Grayscale: #363636. Windows color (decimal): -9828435 or 11339626. OLE color: 11339626.

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

Color convert

RGB1067173-
CMYK0.390.9600.32
HSL275.78º92.22%35.29%-
HSV(B)275.78º95.95%67.84%-
XYZ13.566.2340.02-
YUV55.52194.3164-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 7 (3.12% from 255) = 2.45%
BLUE value IS 173 (67.97% from 255) = 60.49%
R=37.06%
G=2.45%
B=60.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10671730.390.9600.32275.7892.2235.29
Hex6A7AD27600201145c23
Octal15272554714004042413443
Binary110101011110101101100111110000001000001000101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A07AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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