Html Css Color HEX #6E26AE Purple Heart

📋 copy color: '#6E26AE'

red 110 ◦ green 38 ◦ blue 174

#6E26AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6E26AE

Tints of Purple Heart #6E26AE

RGB

 RED value IS 110 (43.36% from 255) = 34.16%

 GREEN value IS 38 (15.23% from 255) = 11.8%

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 34.16%
G = 11.8%
B = 54.04%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E26AE (or 0x6E26AE) is known color: Purple Heart. HEX triplet: 6E, 26 and AE. RGB value is (110,38,174). Sum of RGB (Red+Green+Blue) = 110+38+174=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E26AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E26AE is #91D951. Grayscale: #4A4A4A. Windows color (decimal): -9558354 or 11413102. OLE color: 11413102.

HSL color Cylindrical-coordinate representation of color #6E26AE: hue angle of 271.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E26AE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 38 174 -
CMYK 0.37 0.78 0 0.32
HSL 271.76º 0.64% 0.42% -
HSV(B) 271.76º 0.78% 0.68% -
XYZ 14.76 7.76 40.76 -
YUV 75.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 110 38 174 0.37 0.78 0 0.32 271.76 0.64 0.42
Hex 6E 26 AE 25 4E 0 20 110 40 2A
Octal 156 46 256 45 116 0 40 420 100 52
Binary 1101110 100110 10101110 100101 1001110 0 100000 100010000 1000000 101010

Color Harmonies of #6E26AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E26AE

Black with #6E26AE

Text Example


Text Example

White with #6E26AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E26AE;
 }
 .AnyTagClassName
 {
   color: #6E26AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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