Html Css Color HEX #6E3D91 Royal Purple

📋 copy color: '#6E3D91'

red 110 ◦ green 61 ◦ blue 145

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

Shades of Royal Purple #6E3D91

Tints of Royal Purple #6E3D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 34.81%
G = 19.3%
B = 45.89%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E3D91 (or 0x6E3D91) is known color: Royal Purple. HEX triplet: 6E, 3D and 91. RGB value is (110,61,145). Sum of RGB (Red+Green+Blue) = 110+61+145=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E3D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3D91 is #91C26E. Grayscale: #545454. Windows color (decimal): -9552495 or 9518446. OLE color: 9518446.

HSL color Cylindrical-coordinate representation of color #6E3D91: hue angle of 275º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E3D91 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 61 145 -
CMYK 0.24 0.58 0 0.43
HSL 275º 0.41% 0.4% -
HSV(B) 275º 0.58% 0.57% -
XYZ 13.21 8.7 27.77 -
YUV 85.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 110 61 145 0.24 0.58 0 0.43 275 0.41 0.4
Hex 6E 3D 91 18 3A 0 2B 113 29 28
Octal 156 75 221 30 72 0 53 423 51 50
Binary 1101110 111101 10010001 11000 111010 0 101011 100010011 101001 101000

Color Harmonies of #6E3D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3D91

Black with #6E3D91

Text Example


Text Example

White with #6E3D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,61,145); }

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

background-color css

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

 a { background-color: rgb(110,61,145); }

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

border-color css

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

 span { border-color: rgb(110,61,145); }

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