Html Css Color HEX #6E2BAA Royal Purple

📋 copy color: '#6E2BAA'

red 110 ◦ green 43 ◦ blue 170

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

Shades of Royal Purple #6E2BAA

Tints of Royal Purple #6E2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

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

R = 34.06%
G = 13.31%
B = 52.63%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E2BAA (or 0x6E2BAA) is known color: Royal Purple. HEX triplet: 6E, 2B and AA. RGB value is (110,43,170). Sum of RGB (Red+Green+Blue) = 110+43+170=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E2BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2BAA is #91D455. Grayscale: #4D4D4D. Windows color (decimal): -9557078 or 11152238. OLE color: 11152238.

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

Color convert

RGB 110 43 170 -
CMYK 0.35 0.75 0 0.33
HSL 271.65º 0.6% 0.42% -
HSV(B) 271.65º 0.75% 0.67% -
XYZ 14.55 7.95 38.8 -
YUV 77.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 110 43 170 0.35 0.75 0 0.33 271.65 0.6 0.42
Hex 6E 2B AA 23 4B 0 21 110 3C 2A
Octal 156 53 252 43 113 0 41 420 74 52
Binary 1101110 101011 10101010 100011 1001011 0 100001 100010000 111100 101010

Color Harmonies of #6E2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2BAA

Black with #6E2BAA

Text Example


Text Example

White with #6E2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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