#6E26C5

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

Shades of Purple Heart #6E26C5

Tints of Purple Heart #6E26C5

Color information

#6E26C5 (or 0x6E26C5) is unknown color: approx Purple Heart. HEX triplet: 6E, 26 and C5. RGB value is (110,38,197). Sum of RGB (Red+Green+Blue) = 110+38+197=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #6E26C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E26C5 is #91D93A. Grayscale: #4D4D4D. Windows color (decimal): -9558331 or 12920430. OLE color: 12920430.

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

Color convert

RGB11038197-
CMYK0.440.8100.23
HSL267.17º67.66%46.08%-
HSV(B)267.17º80.71%77.25%-
XYZ17.28.7353.6-
YUV77.65195.35151.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 197 (77.34% from 255) = 57.10%
R=31.88%
G=11.01%
B=57.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal110381970.440.8100.23267.1767.6646.08
Hex6E26C52C5101710b442e
Octal156463055412102741310456
Binary11011101001101100010110110010100010101111000010111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E26C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,38,197); }

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

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

 a { background-color: rgb(110,38,197); }

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

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

 span { border-color: rgb(110,38,197); }

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