#6537D5

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

Shades of Purple Heart #6537D5

Tints of Purple Heart #6537D5

Color information

#6537D5 (or 0x6537D5) is unknown color: approx Purple Heart. HEX triplet: 65, 37 and D5. RGB value is (101,55,213). Sum of RGB (Red+Green+Blue) = 101+55+213=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #6537D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537D5 is #9AC82A. Grayscale: #565656. Windows color (decimal): -10143787 or 13973349. OLE color: 13973349.

HSL color Cylindrical-coordinate representation of color #6537D5: hue angle of 257.47º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6537D5 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10155213-
CMYK0.530.7400.16
HSL257.47º65.29%52.55%-
HSV(B)257.47º74.18%83.53%-
XYZ18.7410.363.95-
YUV86.77199.24138.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 213 (83.59% from 255) = 57.72%
R=27.37%
G=14.91%
B=57.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101552130.530.7400.16257.4765.2952.55
Hex6537D5354A0101014135
Octal145673256511202040110165
Binary11001011101111101010111010110010100100001000000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6537D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6537D5; }

 p { color: rgb(101,55,213); }

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

<style>
 a { background-color: #6537D5; }

 a { background-color: rgb(101,55,213); }

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

<style>
 span { border-color: #6537D5; }

 span { border-color: rgb(101,55,213); }

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