#6E2AC1

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

Shades of Purple Heart #6E2AC1

Tints of Purple Heart #6E2AC1

Color information

#6E2AC1 (or 0x6E2AC1) is unknown color: approx Purple Heart. HEX triplet: 6E, 2A and C1. RGB value is (110,42,193). Sum of RGB (Red+Green+Blue) = 110+42+193=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E2AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2AC1 is #91D53E. Grayscale: #4F4F4F. Windows color (decimal): -9557311 or 12659310. OLE color: 12659310.

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

Color convert

RGB11042193-
CMYK0.430.7800.24
HSL267.02º64.26%46.08%-
HSV(B)267.02º78.24%75.69%-
XYZ16.888.8251.26-
YUV79.55192.03149.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=31.88%
G=12.17%
B=55.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110421930.430.7800.24267.0264.2646.08
Hex6E2AC12B4E01810b402e
Octal156523015311603041310056
Binary11011101010101100000110101110011100110001000010111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,42,193); }

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

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

 a { background-color: rgb(110,42,193); }

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

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

 span { border-color: rgb(110,42,193); }

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