#6524DD

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

Shades of Purple Heart #6524DD

Tints of Purple Heart #6524DD

Color information

#6524DD (or 0x6524DD) is unknown color: approx Purple Heart. HEX triplet: 65, 24 and DD. RGB value is (101,36,221). Sum of RGB (Red+Green+Blue) = 101+36+221=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #6524DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524DD is #9ADB22. Grayscale: #4B4B4B. Windows color (decimal): -10148643 or 14492773. OLE color: 14492773.

HSL color Cylindrical-coordinate representation of color #6524DD: hue angle of 261.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6524DD is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10136221-
CMYK0.540.8400.13
HSL261.08º73.12%50.39%-
HSV(B)261.08º83.71%86.67%-
XYZ19.059.2569.19-
YUV76.53209.53145.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 221 (86.72% from 255) = 61.73%
R=28.21%
G=10.06%
B=61.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal101362210.540.8400.13261.0873.1250.39
Hex6524DD36540D1054932
Octal145443356612401540511162
Binary1100101100100110111011101101010100011011000001011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6524DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6524DD; }

 p { color: rgb(101,36,221); }

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

<style>
 a { background-color: #6524DD; }

 a { background-color: rgb(101,36,221); }

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

<style>
 span { border-color: #6524DD; }

 span { border-color: rgb(101,36,221); }

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