Html Css Color HEX #6E3891 Royal Purple

📋 copy color: '#6E3891'

red 110 ◦ green 56 ◦ blue 145

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

Shades of Royal Purple #6E3891

Tints of Royal Purple #6E3891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

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

R = 35.37%
G = 18.01%
B = 46.62%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E3891 (or 0x6E3891) is known color: Royal Purple. HEX triplet: 6E, 38 and 91. RGB value is (110,56,145). Sum of RGB (Red+Green+Blue) = 110+56+145=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E3891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3891 is #91C76E. Grayscale: #515151. Windows color (decimal): -9553775 or 9517166. OLE color: 9517166.

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

Color convert

RGB 110 56 145 -
CMYK 0.24 0.61 0 0.43
HSL 276.4º 0.44% 0.39% -
HSV(B) 276.4º 0.61% 0.57% -
XYZ 12.96 8.19 27.69 -
YUV 82.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 110 56 145 0.24 0.61 0 0.43 276.4 0.44 0.39
Hex 6E 38 91 18 3D 0 2B 114 2C 27
Octal 156 70 221 30 75 0 53 424 54 47
Binary 1101110 111000 10010001 11000 111101 0 101011 100010100 101100 100111

Color Harmonies of #6E3891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3891

Black with #6E3891

Text Example


Text Example

White with #6E3891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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