#6D2DBB

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

Shades of Purple Heart #6D2DBB

Tints of Purple Heart #6D2DBB

Color information

#6D2DBB (or 0x6D2DBB) is unknown color: approx Purple Heart. HEX triplet: 6D, 2D and BB. RGB value is (109,45,187). Sum of RGB (Red+Green+Blue) = 109+45+187=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D2DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2DBB is #92D244. Grayscale: #4F4F4F. Windows color (decimal): -9622085 or 12266861. OLE color: 12266861.

HSL color Cylindrical-coordinate representation of color #6D2DBB: hue angle of 267.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D2DBB is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10945187-
CMYK0.420.7600.27
HSL267.04º61.21%45.49%-
HSV(B)267.04º75.94%73.33%-
XYZ16.218.7247.84-
YUV80.32188.2148.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 45 (17.97% from 255) = 13.20%
BLUE value IS 187 (73.44% from 255) = 54.84%
R=31.96%
G=13.20%
B=54.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal109451870.420.7600.27267.0461.2145.49
Hex6D2DBB2A4C01B10b3d2d
Octal15555273521140334137555
Binary1101101101101101110111010101001100011011100001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,45,187); }

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

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

 a { background-color: rgb(109,45,187); }

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

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

 span { border-color: rgb(109,45,187); }

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