Html Css Color HEX #6E3491 Royal Purple

📋 copy color: '#6E3491'

red 110 ◦ green 52 ◦ blue 145

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

Shades of Royal Purple #6E3491

Tints of Royal Purple #6E3491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

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

R = 35.83%
G = 16.94%
B = 47.23%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E3491 (or 0x6E3491) is known color: Royal Purple. HEX triplet: 6E, 34 and 91. RGB value is (110,52,145). Sum of RGB (Red+Green+Blue) = 110+52+145=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E3491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3491 is #91CB6E. Grayscale: #4F4F4F. Windows color (decimal): -9554799 or 9516142. OLE color: 9516142.

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

Color convert

RGB 110 52 145 -
CMYK 0.24 0.64 0 0.43
HSL 277.42º 0.47% 0.39% -
HSV(B) 277.42º 0.64% 0.57% -
XYZ 12.77 7.82 27.62 -
YUV 79.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 110 52 145 0.24 0.64 0 0.43 277.42 0.47 0.39
Hex 6E 34 91 18 40 0 2B 115 2F 27
Octal 156 64 221 30 100 0 53 425 57 47
Binary 1101110 110100 10010001 11000 1000000 0 101011 100010101 101111 100111

Color Harmonies of #6E3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3491

Black with #6E3491

Text Example


Text Example

White with #6E3491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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