#6527AD

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

Shades of Purple Heart #6527AD

Tints of Purple Heart #6527AD

Color information

#6527AD (or 0x6527AD) is unknown color: approx Purple Heart. HEX triplet: 65, 27 and AD. RGB value is (101,39,173). Sum of RGB (Red+Green+Blue) = 101+39+173=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #6527AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6527AD is #9AD852. Grayscale: #484848. Windows color (decimal): -10147923 or 11347813. OLE color: 11347813.

HSL color Cylindrical-coordinate representation of color #6527AD: hue angle of 267.76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6527AD is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10139173-
CMYK0.420.7700.32
HSL267.76º63.21%41.57%-
HSV(B)267.76º77.46%67.84%-
XYZ13.647.2340.21-
YUV72.81184.54148.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=32.27%
G=12.46%
B=55.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101391730.420.7700.32267.7663.2141.57
Hex6527AD2A4D02010c3f2a
Octal14547255521150404147752
Binary11001011001111010110110101010011010100000100001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6527AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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