Html Css Color HEX #6E2DAA Royal Purple

📋 copy color: '#6E2DAA'

red 110 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #6E2DAA

Tints of Royal Purple #6E2DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

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

R = 33.85%
G = 13.85%
B = 52.31%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E2DAA (or 0x6E2DAA) is known color: Royal Purple. HEX triplet: 6E, 2D and AA. RGB value is (110,45,170). Sum of RGB (Red+Green+Blue) = 110+45+170=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E2DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2DAA is #91D255. Grayscale: #4E4E4E. Windows color (decimal): -9556566 or 11152750. OLE color: 11152750.

HSL color Cylindrical-coordinate representation of color #6E2DAA: hue angle of 271.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2DAA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 45 170 -
CMYK 0.35 0.74 0 0.33
HSL 271.2º 0.58% 0.42% -
HSV(B) 271.2º 0.74% 0.67% -
XYZ 14.62 8.09 38.82 -
YUV 78.69 179.53 150.34 -
System Red Green Blue C M Y K H S L
Decimal 110 45 170 0.35 0.74 0 0.33 271.2 0.58 0.42
Hex 6E 2D AA 23 4A 0 21 10F 3A 2A
Octal 156 55 252 43 112 0 41 417 72 52
Binary 1101110 101101 10101010 100011 1001010 0 100001 100001111 111010 101010

Color Harmonies of #6E2DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2DAA

Black with #6E2DAA

Text Example


Text Example

White with #6E2DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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