#6D2CD1

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

Shades of Purple Heart #6D2CD1

Tints of Purple Heart #6D2CD1

Color information

#6D2CD1 (or 0x6D2CD1) is unknown color: approx Purple Heart. HEX triplet: 6D, 2C and D1. RGB value is (109,44,209). Sum of RGB (Red+Green+Blue) = 109+44+209=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 209 (82.03% from 255 or 57.73% from 362); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D2CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2CD1 is #92D32E. Grayscale: #515151. Windows color (decimal): -9622319 or 13708397. OLE color: 13708397.

HSL color Cylindrical-coordinate representation of color #6D2CD1: hue angle of 263.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D2CD1 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10944209-
CMYK0.480.7900.18
HSL263.64º65.22%49.61%-
HSV(B)263.64º78.95%81.96%-
XYZ18.729.6661.2-
YUV82.24199.53147.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 44 (17.58% from 255) = 12.15%
BLUE value IS 209 (82.03% from 255) = 57.73%
R=30.11%
G=12.15%
B=57.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109442090.480.7900.18263.6465.2249.61
Hex6D2CD1304F0121084132
Octal155543216011702241010162
Binary11011011011001101000111000010011110100101000010001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,44,209); }

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

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

 a { background-color: rgb(109,44,209); }

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

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

 span { border-color: rgb(109,44,209); }

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