#6E1EC4

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

Shades of Purple Heart #6E1EC4

Tints of Purple Heart #6E1EC4

Color information

#6E1EC4 (or 0x6E1EC4) is unknown color: approx Purple Heart. HEX triplet: 6E, 1E and C4. RGB value is (110,30,196). Sum of RGB (Red+Green+Blue) = 110+30+196=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 196 (76.95% from 255 or 58.33% from 336); Max value from RGB is 196 - color contains mainly: blue. Hex color #6E1EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EC4 is #91E13B. Grayscale: #484848. Windows color (decimal): -9560380 or 12852846. OLE color: 12852846.

HSL color Cylindrical-coordinate representation of color #6E1EC4: hue angle of 268.92º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1EC4 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11030196-
CMYK0.440.8500.23
HSL268.92º73.45%44.31%-
HSV(B)268.92º84.69%76.86%-
XYZ16.868.2352.92-
YUV72.84197.5154.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 30 (12.11% from 255) = 8.93%
BLUE value IS 196 (76.95% from 255) = 58.33%
R=32.74%
G=8.93%
B=58.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal110301960.440.8500.23268.9273.4544.31
Hex6E1EC42C5501710d492c
Octal156363045412502741511154
Binary1101110111101100010010110010101010101111000011011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,196); }

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

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

 a { background-color: rgb(110,30,196); }

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

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

 span { border-color: rgb(110,30,196); }

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