#6525ae

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

Shades of Purple Heart #6525AE

Tints of Purple Heart #6525AE

Color information

#6525AE (or 0x6525AE) is unknown color: approx Purple Heart. HEX triplet: 65, 25 and AE. RGB value is (101,37,174). Sum of RGB (Red+Green+Blue) = 101+37+174=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #6525AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6525AE is #9ADA51. Grayscale: #474747. Windows color (decimal): -10148434 or 11412837. OLE color: 11412837.

HSL color Cylindrical-coordinate representation of color #6525AE: hue angle of 268.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6525AE is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10137174-
CMYK0.420.7900.32
HSL268.03º64.93%41.37%-
HSV(B)268.03º78.74%68.24%-
XYZ13.677.1540.7-
YUV71.75185.7148.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=32.37%
G=11.86%
B=55.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101371740.420.7900.32268.0364.9341.37
Hex6525AE2A4F02010c4129
Octal145452565211704041410151
Binary110010110010110101110101010100111101000001000011001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6525ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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