#6D1CD5

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

Shades of Purple Heart #6D1CD5

Tints of Purple Heart #6D1CD5

Color information

#6D1CD5 (or 0x6D1CD5) is unknown color: approx Purple Heart. HEX triplet: 6D, 1C and D5. RGB value is (109,28,213). Sum of RGB (Red+Green+Blue) = 109+28+213=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #6D1CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1CD5 is #92E32A. Grayscale: #484848. Windows color (decimal): -9626411 or 13966445. OLE color: 13966445.

HSL color Cylindrical-coordinate representation of color #6D1CD5: hue angle of 266.27º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1CD5 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10928213-
CMYK0.490.8700.16
HSL266.27º76.76%47.25%-
HSV(B)266.27º86.85%83.53%-
XYZ18.738.8963.68-
YUV73.31206.84153.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 213 (83.59% from 255) = 60.86%
R=31.14%
G=8%
B=60.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal109282130.490.8700.16266.2776.7647.25
Hex6D1CD5315701010a4d2f
Octal155343256112702041211557
Binary1101101111001101010111000110101110100001000010101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,28,213); }

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

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

 a { background-color: rgb(109,28,213); }

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

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

 span { border-color: rgb(109,28,213); }

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