#6E47C0

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

Shades of Purple Heart #6E47C0

Tints of Purple Heart #6E47C0

Color information

#6E47C0 (or 0x6E47C0) is unknown color: approx Purple Heart. HEX triplet: 6E, 47 and C0. RGB value is (110,71,192). Sum of RGB (Red+Green+Blue) = 110+71+192=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E47C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E47C0 is #91B83F. Grayscale: #606060. Windows color (decimal): -9549888 or 12601198. OLE color: 12601198.

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

Color convert

RGB11071192-
CMYK0.430.6300.25
HSL259.34º48.99%51.57%-
HSV(B)259.34º63.02%75.29%-
XYZ18.211.6351.15-
YUV96.46181.92137.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.49%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 192 (75.39% from 255) = 51.47%
R=29.49%
G=19.03%
B=51.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110711920.430.6300.25259.3448.9951.57
Hex6E47C02B3F0191033134
Octal15610730053770314036164
Binary1101110100011111000000101011111111011001100000011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E47C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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