#6E0DC0

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

Shades of Purple Heart #6E0DC0

Tints of Purple Heart #6E0DC0

Color information

#6E0DC0 (or 0x6E0DC0) is unknown color: approx Purple Heart. HEX triplet: 6E, 0D and C0. RGB value is (110,13,192). Sum of RGB (Red+Green+Blue) = 110+13+192=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E0DC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0DC0 is #91F23F. Grayscale: #3D3D3D. Windows color (decimal): -9564736 or 12586350. OLE color: 12586350.

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

Color convert

RGB11013192-
CMYK0.430.9300.25
HSL272.51º87.32%40.2%-
HSV(B)272.51º93.23%75.29%-
XYZ16.097.4150.45-
YUV62.41201.14161.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 13 (5.47% from 255) = 4.13%
BLUE value IS 192 (75.39% from 255) = 60.95%
R=34.92%
G=4.13%
B=60.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110131920.430.9300.25272.5187.3240.2
Hex6EDC02B5D0191115728
Octal156153005313503142112750
Binary110111011011100000010101110111010110011000100011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,13,192); }

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

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

 a { background-color: rgb(110,13,192); }

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

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

 span { border-color: rgb(110,13,192); }

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