Html Css Color HEX #6E3793 Royal Purple

📋 copy color: '#6E3793'

red 110 ◦ green 55 ◦ blue 147

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

Shades of Royal Purple #6E3793

Tints of Royal Purple #6E3793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

 BLUE value IS 147 (57.81% from 255) = 47.12%

R = 35.26%
G = 17.63%
B = 47.12%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E3793 (or 0x6E3793) is known color: Royal Purple. HEX triplet: 6E, 37 and 93. RGB value is (110,55,147). Sum of RGB (Red+Green+Blue) = 110+55+147=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E3793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3793 is #91C86C. Grayscale: #515151. Windows color (decimal): -9554029 or 9647982. OLE color: 9647982.

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

Color convert

RGB 110 55 147 -
CMYK 0.25 0.63 0 0.42
HSL 275.87º 0.46% 0.4% -
HSV(B) 275.87º 0.63% 0.58% -
XYZ 13.06 8.15 28.49 -
YUV 81.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 110 55 147 0.25 0.63 0 0.42 275.87 0.46 0.4
Hex 6E 37 93 19 3F 0 2A 114 2E 28
Octal 156 67 223 31 77 0 52 424 56 50
Binary 1101110 110111 10010011 11001 111111 0 101010 100010100 101110 101000

Color Harmonies of #6E3793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3793

Black with #6E3793

Text Example


Text Example

White with #6E3793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,55,147); }

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

background-color css

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

 a { background-color: rgb(110,55,147); }

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

border-color css

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

 span { border-color: rgb(110,55,147); }

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