#6A28AB

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

Shades of Purple Heart #6A28AB

Tints of Purple Heart #6A28AB

Color information

#6A28AB (or 0x6A28AB) is unknown color: approx Purple Heart. HEX triplet: 6A, 28 and AB. RGB value is (106,40,171). Sum of RGB (Red+Green+Blue) = 106+40+171=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A28AB is #95D754. Grayscale: #4A4A4A. Windows color (decimal): -9819989 or 11217002. OLE color: 11217002.

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

Color convert

RGB10640171-
CMYK0.380.7700.33
HSL270.23º62.09%41.37%-
HSV(B)270.23º76.61%67.06%-
XYZ14.057.5239.24-
YUV74.67182.37150.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=33.44%
G=12.62%
B=53.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106401710.380.7700.33270.2362.0941.37
Hex6A28AB264D02110e3e29
Octal15250253461150414167651
Binary11010101010001010101110011010011010100001100001110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A28AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,171); }

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

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

 a { background-color: rgb(106,40,171); }

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

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

 span { border-color: rgb(106,40,171); }

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