Html Css Color HEX #6E26AA Royal Purple

📋 copy color: '#6E26AA'

red 110 ◦ green 38 ◦ blue 170

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

Shades of Royal Purple #6E26AA

Tints of Royal Purple #6E26AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 34.59%
G = 11.95%
B = 53.46%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E26AA (or 0x6E26AA) is known color: Royal Purple. HEX triplet: 6E, 26 and AA. RGB value is (110,38,170). Sum of RGB (Red+Green+Blue) = 110+38+170=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E26AA is #91D955. Grayscale: #4A4A4A. Windows color (decimal): -9558358 or 11150958. OLE color: 11150958.

HSL color Cylindrical-coordinate representation of color #6E26AA: hue angle of 272.73º degrees, saturation: 0.63, 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 #6E26AA is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 38 170 -
CMYK 0.35 0.78 0 0.33
HSL 272.73º 0.63% 0.41% -
HSV(B) 272.73º 0.78% 0.67% -
XYZ 14.38 7.6 38.74 -
YUV 74.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 110 38 170 0.35 0.78 0 0.33 272.73 0.63 0.41
Hex 6E 26 AA 23 4E 0 21 111 3F 29
Octal 156 46 252 43 116 0 41 421 77 51
Binary 1101110 100110 10101010 100011 1001110 0 100001 100010001 111111 101001

Color Harmonies of #6E26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E26AA

Black with #6E26AA

Text Example


Text Example

White with #6E26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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