#6A26AD

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

Shades of Purple Heart #6A26AD

Tints of Purple Heart #6A26AD

Color information

#6A26AD (or 0x6A26AD) is unknown color: approx Purple Heart. HEX triplet: 6A, 26 and AD. RGB value is (106,38,173). Sum of RGB (Red+Green+Blue) = 106+38+173=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A26AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A26AD is #95D952. Grayscale: #494949. Windows color (decimal): -9820499 or 11347562. OLE color: 11347562.

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

Color convert

RGB10638173-
CMYK0.390.7800.32
HSL270.22º63.98%41.37%-
HSV(B)270.22º78.03%67.84%-
XYZ14.187.4740.23-
YUV73.72184.03151.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=33.44%
G=11.99%
B=54.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106381730.390.7800.32270.2263.9841.37
Hex6A26AD274E02010e4029
Octal152462554711604041610051
Binary110101010011010101101100111100111001000001000011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A26AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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