Html Css Color HEX #6E26AB Purple Heart

📋 copy color: '#6E26AB'

red 110 ◦ green 38 ◦ blue 171

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

Shades of Purple Heart #6E26AB

Tints of Purple Heart #6E26AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 34.48%
G = 11.91%
B = 53.61%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E26AB (or 0x6E26AB) is known color: Purple Heart. HEX triplet: 6E, 26 and AB. RGB value is (110,38,171). Sum of RGB (Red+Green+Blue) = 110+38+171=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E26AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E26AB is #91D954. Grayscale: #4A4A4A. Windows color (decimal): -9558357 or 11216494. OLE color: 11216494.

HSL color Cylindrical-coordinate representation of color #6E26AB: hue angle of 272.48º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E26AB is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 38 171 -
CMYK 0.36 0.78 0 0.33
HSL 272.48º 0.64% 0.41% -
HSV(B) 272.48º 0.78% 0.67% -
XYZ 14.47 7.64 39.24 -
YUV 74.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 110 38 171 0.36 0.78 0 0.33 272.48 0.64 0.41
Hex 6E 26 AB 24 4E 0 21 110 40 29
Octal 156 46 253 44 116 0 41 420 100 51
Binary 1101110 100110 10101011 100100 1001110 0 100001 100010000 1000000 101001

Color Harmonies of #6E26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E26AB

Black with #6E26AB

Text Example


Text Example

White with #6E26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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