Html Css Color HEX #6E3995 Royal Purple

📋 copy color: '#6E3995'

red 110 ◦ green 57 ◦ blue 149

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

Shades of Royal Purple #6E3995

Tints of Royal Purple #6E3995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 34.81%
G = 18.04%
B = 47.15%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E3995 (or 0x6E3995) is known color: Royal Purple. HEX triplet: 6E, 39 and 95. RGB value is (110,57,149). Sum of RGB (Red+Green+Blue) = 110+57+149=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E3995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3995 is #91C66A. Grayscale: #535353. Windows color (decimal): -9553515 or 9779566. OLE color: 9779566.

HSL color Cylindrical-coordinate representation of color #6E3995: hue angle of 274.57º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E3995 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 57 149 -
CMYK 0.26 0.62 0 0.42
HSL 274.57º 0.45% 0.4% -
HSV(B) 274.57º 0.62% 0.58% -
XYZ 13.32 8.41 29.36 -
YUV 83.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 110 57 149 0.26 0.62 0 0.42 274.57 0.45 0.4
Hex 6E 39 95 1A 3E 0 2A 113 2D 28
Octal 156 71 225 32 76 0 52 423 55 50
Binary 1101110 111001 10010101 11010 111110 0 101010 100010011 101101 101000

Color Harmonies of #6E3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3995

Black with #6E3995

Text Example


Text Example

White with #6E3995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,57,149); }

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

background-color css

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

 a { background-color: rgb(110,57,149); }

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

border-color css

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

 span { border-color: rgb(110,57,149); }

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