#6A26AC

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

Shades of Purple Heart #6A26AC

Tints of Purple Heart #6A26AC

Color information

#6A26AC (or 0x6A26AC) is unknown color: approx Purple Heart. HEX triplet: 6A, 26 and AC. RGB value is (106,38,172). Sum of RGB (Red+Green+Blue) = 106+38+172=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A26AC is #95D953. Grayscale: #494949. Windows color (decimal): -9820500 or 11282026. OLE color: 11282026.

HSL color Cylindrical-coordinate representation of color #6A26AC: hue angle of 270.45º degrees, saturation: 0.64, 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 #6A26AC is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10638172-
CMYK0.380.7800.33
HSL270.45º63.81%41.18%-
HSV(B)270.45º77.91%67.45%-
XYZ14.087.4339.72-
YUV73.61183.53151.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 38 (15.23% from 255) = 12.03%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=33.54%
G=12.03%
B=54.43%

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
Decimal106381720.380.7800.33270.4563.8141.18
Hex6A26AC264E02110e4029
Octal152462544611604141610051
Binary110101010011010101100100110100111001000011000011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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