#6A20BA

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

Shades of Purple Heart #6A20BA

Tints of Purple Heart #6A20BA

Color information

#6A20BA (or 0x6A20BA) is unknown color: approx Purple Heart. HEX triplet: 6A, 20 and BA. RGB value is (106,32,186). Sum of RGB (Red+Green+Blue) = 106+32+186=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A20BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A20BA is #95DF45. Grayscale: #474747. Windows color (decimal): -9822022 or 12197994. OLE color: 12197994.

HSL color Cylindrical-coordinate representation of color #6A20BA: hue angle of 268.83º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A20BA is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10632186-
CMYK0.430.8300.27
HSL268.83º70.64%42.75%-
HSV(B)268.83º82.8%72.94%-
XYZ15.327.6447.12-
YUV71.68192.52152.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.72%
GREEN value IS 32 (12.89% from 255) = 9.88%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=32.72%
G=9.88%
B=57.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106321860.430.8300.27268.8370.6442.75
Hex6A20BA2B5301B10d472b
Octal152402725312303341510753
Binary11010101000001011101010101110100110110111000011011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A20BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,32,186); }

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

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

 a { background-color: rgb(106,32,186); }

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

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

 span { border-color: rgb(106,32,186); }

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