#6D1DAD

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

Shades of Purple Heart #6D1DAD

Tints of Purple Heart #6D1DAD

Color information

#6D1DAD (or 0x6D1DAD) is unknown color: approx Purple Heart. HEX triplet: 6D, 1D and AD. RGB value is (109,29,173). Sum of RGB (Red+Green+Blue) = 109+29+173=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D1DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1DAD is #92E252. Grayscale: #444444. Windows color (decimal): -9626195 or 11345261. OLE color: 11345261.

HSL color Cylindrical-coordinate representation of color #6D1DAD: hue angle of 273.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1DAD is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10929173-
CMYK0.370.8300.32
HSL273.33º71.29%39.61%-
HSV(B)273.33º83.24%67.84%-
XYZ14.297.1540.16-
YUV69.34186.5156.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 29 (11.72% from 255) = 9.32%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=35.05%
G=9.32%
B=55.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109291730.370.8300.32273.3371.2939.61
Hex6D1DAD25530201114728
Octal155352554512304042110750
Binary11011011110110101101100101101001101000001000100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,29,173); }

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

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

 a { background-color: rgb(109,29,173); }

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

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

 span { border-color: rgb(109,29,173); }

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