#6D2CBE

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

Shades of Purple Heart #6D2CBE

Tints of Purple Heart #6D2CBE

Color information

#6D2CBE (or 0x6D2CBE) is unknown color: approx Purple Heart. HEX triplet: 6D, 2C and BE. RGB value is (109,44,190). Sum of RGB (Red+Green+Blue) = 109+44+190=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D2CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2CBE is #92D341. Grayscale: #4F4F4F. Windows color (decimal): -9622338 or 12463213. OLE color: 12463213.

HSL color Cylindrical-coordinate representation of color #6D2CBE: hue angle of 266.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D2CBE is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10944190-
CMYK0.430.7700.25
HSL266.71º62.39%45.88%-
HSV(B)266.71º76.84%74.51%-
XYZ16.58.7749.54-
YUV80.08190.03148.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.78%
GREEN value IS 44 (17.58% from 255) = 12.83%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=31.78%
G=12.83%
B=55.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109441900.430.7700.25266.7162.3945.88
Hex6D2CBE2B4D01910b3e2e
Octal15554276531150314137656
Binary1101101101100101111101010111001101011001100001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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