#6a26aa

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

Shades of Purple Heart #6A26AA

Tints of Purple Heart #6A26AA

Color information

#6A26AA (or 0x6A26AA) is unknown color: approx Purple Heart. HEX triplet: 6A, 26 and AA. RGB value is (106,38,170). Sum of RGB (Red+Green+Blue) = 106+38+170=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A26AA is #95D955. Grayscale: #484848. Windows color (decimal): -9820502 or 11150954. OLE color: 11150954.

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

Color convert

RGB10638170-
CMYK0.380.7800.33
HSL270.91º63.46%40.78%-
HSV(B)270.91º77.65%66.67%-
XYZ13.897.3538.72-
YUV73.38182.53151.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=33.76%
G=12.10%
B=54.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106381700.380.7800.33270.9163.4640.78
Hex6A26AA264E02110f3f29
Octal15246252461160414177751
Binary11010101001101010101010011010011100100001100001111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a26aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,38,170); }

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

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

 a { background-color: rgb(106,38,170); }

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

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

 span { border-color: rgb(106,38,170); }

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