Html Css Color HEX #6E3AAE Royal Purple

📋 copy color: '#6E3AAE'

red 110 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #6E3AAE

Tints of Royal Purple #6E3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

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

R = 32.16%
G = 16.96%
B = 50.88%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E3AAE (or 0x6E3AAE) is known color: Royal Purple. HEX triplet: 6E, 3A and AE. RGB value is (110,58,174). Sum of RGB (Red+Green+Blue) = 110+58+174=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3AAE is #91C551. Grayscale: #565656. Windows color (decimal): -9553234 or 11418222. OLE color: 11418222.

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

Color convert

RGB 110 58 174 -
CMYK 0.37 0.67 0 0.32
HSL 266.9º 0.5% 0.45% -
HSV(B) 266.9º 0.67% 0.68% -
XYZ 15.58 9.4 41.04 -
YUV 86.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 110 58 174 0.37 0.67 0 0.32 266.9 0.5 0.45
Hex 6E 3A AE 25 43 0 20 10B 32 2D
Octal 156 72 256 45 103 0 40 413 62 55
Binary 1101110 111010 10101110 100101 1000011 0 100000 100001011 110010 101101

Color Harmonies of #6E3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3AAE

Black with #6E3AAE

Text Example


Text Example

White with #6E3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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