#6D2BAD

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

Shades of Purple Heart #6D2BAD

Tints of Purple Heart #6D2BAD

Color information

#6D2BAD (or 0x6D2BAD) is unknown color: approx Purple Heart. HEX triplet: 6D, 2B and AD. RGB value is (109,43,173). Sum of RGB (Red+Green+Blue) = 109+43+173=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2BAD is #92D452. Grayscale: #4D4D4D. Windows color (decimal): -9622611 or 11348845. OLE color: 11348845.

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

Color convert

RGB10943173-
CMYK0.370.7500.32
HSL270.46º60.19%42.35%-
HSV(B)270.46º75.14%67.84%-
XYZ14.71840.3-
YUV77.55181.87150.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=33.54%
G=13.23%
B=53.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109431730.370.7500.32270.4660.1942.35
Hex6D2BAD254B02010e3c2a
Octal15553255451130404167452
Binary11011011010111010110110010110010110100000100001110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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