#6D15D7

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

Shades of Purple Heart #6D15D7

Tints of Purple Heart #6D15D7

Color information

#6D15D7 (or 0x6D15D7) is unknown color: approx Purple Heart. HEX triplet: 6D, 15 and D7. RGB value is (109,21,215). Sum of RGB (Red+Green+Blue) = 109+21+215=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #6D15D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D15D7 is #92EA28. Grayscale: #444444. Windows color (decimal): -9628201 or 14095725. OLE color: 14095725.

HSL color Cylindrical-coordinate representation of color #6D15D7: hue angle of 267.22º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D15D7 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10921215-
CMYK0.490.9000.16
HSL267.22º82.2%46.27%-
HSV(B)267.22º90.23%84.31%-
XYZ18.848.6964.98-
YUV69.43210.15156.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 21 (8.59% from 255) = 6.09%
BLUE value IS 215 (84.38% from 255) = 62.32%
R=31.59%
G=6.09%
B=62.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal109212150.490.9000.16267.2282.246.27
Hex6D15D7315A01010b522e
Octal155253276113202041312256
Binary1101101101011101011111000110110100100001000010111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D15D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D15D7; }

 p { color: rgb(109,21,215); }

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

<style>
 a { background-color: #6D15D7; }

 a { background-color: rgb(109,21,215); }

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

<style>
 span { border-color: #6D15D7; }

 span { border-color: rgb(109,21,215); }

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