#6E2DC2

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

Shades of Purple Heart #6E2DC2

Tints of Purple Heart #6E2DC2

Color information

#6E2DC2 (or 0x6E2DC2) is unknown color: approx Purple Heart. HEX triplet: 6E, 2D and C2. RGB value is (110,45,194). Sum of RGB (Red+Green+Blue) = 110+45+194=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #6E2DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2DC2 is #91D23D. Grayscale: #505050. Windows color (decimal): -9556542 or 12725614. OLE color: 12725614.

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

Color convert

RGB11045194-
CMYK0.430.7700.24
HSL266.17º62.34%46.86%-
HSV(B)266.17º76.8%76.08%-
XYZ17.119.0951.89-
YUV81.42191.53148.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.52%
GREEN value IS 45 (17.97% from 255) = 12.89%
BLUE value IS 194 (76.17% from 255) = 55.59%
R=31.52%
G=12.89%
B=55.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110451940.430.7700.24266.1762.3446.86
Hex6E2DC22B4D01810a3e2f
Octal15655302531150304127657
Binary1101110101101110000101010111001101011000100001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,45,194); }

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

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

 a { background-color: rgb(110,45,194); }

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

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

 span { border-color: rgb(110,45,194); }

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