#6525AC

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

Shades of Purple Heart #6525AC

Tints of Purple Heart #6525AC

Color information

#6525AC (or 0x6525AC) is unknown color: approx Purple Heart. HEX triplet: 65, 25 and AC. RGB value is (101,37,172). Sum of RGB (Red+Green+Blue) = 101+37+172=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6525AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6525AC is #9ADA53. Grayscale: #474747. Windows color (decimal): -10148436 or 11281765. OLE color: 11281765.

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

Color convert

RGB10137172-
CMYK0.410.7800.33
HSL268.44º64.59%40.98%-
HSV(B)268.44º78.49%67.45%-
XYZ13.477.0739.68-
YUV71.53184.7149.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 172 (67.58% from 255) = 55.48%
R=32.58%
G=11.94%
B=55.48%

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
Decimal101371720.410.7800.33268.4464.5940.98
Hex6525AC294E02110c4129
Octal145452545111604141410151
Binary110010110010110101100101001100111001000011000011001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6525AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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