#6526AD

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

Shades of Purple Heart #6526AD

Tints of Purple Heart #6526AD

Color information

#6526AD (or 0x6526AD) is unknown color: approx Purple Heart. HEX triplet: 65, 26 and AD. RGB value is (101,38,173). Sum of RGB (Red+Green+Blue) = 101+38+173=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #6526AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6526AD is #9AD952. Grayscale: #474747. Windows color (decimal): -10148179 or 11347557. OLE color: 11347557.

HSL color Cylindrical-coordinate representation of color #6526AD: hue angle of 268º 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 #6526AD is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10138173-
CMYK0.420.7800.32
HSL268º63.98%41.37%-
HSV(B)268º78.03%67.84%-
XYZ13.67.1740.2-
YUV72.23184.87148.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 38 (15.23% from 255) = 12.18%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=32.37%
G=12.18%
B=55.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101381730.420.7800.3226863.9841.37
Hex6526AD2A4E02010c4029
Octal145462555211604041410051
Binary110010110011010101101101010100111001000001000011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6526AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6526AD; }

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

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

<style>
 a { background-color: #6526AD; }

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

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

<style>
 span { border-color: #6526AD; }

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

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