#6513D7

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

Shades of Purple Heart #6513D7

Tints of Purple Heart #6513D7

Color information

#6513D7 (or 0x6513D7) is unknown color: approx Purple Heart. HEX triplet: 65, 13 and D7. RGB value is (101,19,215). Sum of RGB (Red+Green+Blue) = 101+19+215=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #6513D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513D7 is #9AEC28. Grayscale: #414141. Windows color (decimal): -10153001 or 14095205. OLE color: 14095205.

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

Color convert

RGB10119215-
CMYK0.530.9100.16
HSL265.1º83.76%45.88%-
HSV(B)265.1º91.16%84.31%-
XYZ17.878.1464.92-
YUV65.86212.17153.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 19 (7.81% from 255) = 5.67%
BLUE value IS 215 (84.38% from 255) = 64.18%
R=30.15%
G=5.67%
B=64.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101192150.530.9100.16265.183.7645.88
Hex6513D7355B010109542e
Octal145233276513302041112456
Binary1100101100111101011111010110110110100001000010011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6513D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6513D7; }

 p { color: rgb(101,19,215); }

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

<style>
 a { background-color: #6513D7; }

 a { background-color: rgb(101,19,215); }

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

<style>
 span { border-color: #6513D7; }

 span { border-color: rgb(101,19,215); }

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