#6525AA

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

Shades of Purple Heart #6525AA

Tints of Purple Heart #6525AA

Color information

#6525AA (or 0x6525AA) is unknown color: approx Purple Heart. HEX triplet: 65, 25 and AA. RGB value is (101,37,170). Sum of RGB (Red+Green+Blue) = 101+37+170=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #6525AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6525AA is #9ADA55. Grayscale: #464646. Windows color (decimal): -10148438 or 11150693. OLE color: 11150693.

HSL color Cylindrical-coordinate representation of color #6525AA: hue angle of 268.87º 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 #6525AA is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10137170-
CMYK0.410.7800.33
HSL268.87º64.25%40.59%-
HSV(B)268.87º78.24%66.67%-
XYZ13.286.9938.68-
YUV71.3183.7149.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=32.79%
G=12.01%
B=55.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101371700.410.7800.33268.8764.2540.59
Hex6525AA294E02110d4029
Octal145452525111604141510051
Binary110010110010110101010101001100111001000011000011011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6525AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6525AA; }

 p { color: rgb(101,37,170); }

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

<style>
 a { background-color: #6525AA; }

 a { background-color: rgb(101,37,170); }

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

<style>
 span { border-color: #6525AA; }

 span { border-color: rgb(101,37,170); }

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