Html Css Color HEX #6E3093 Royal Purple

📋 copy color: '#6E3093'

red 110 ◦ green 48 ◦ blue 147

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

Shades of Royal Purple #6E3093

Tints of Royal Purple #6E3093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 36.07%
G = 15.74%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E3093 (or 0x6E3093) is known color: Royal Purple. HEX triplet: 6E, 30 and 93. RGB value is (110,48,147). Sum of RGB (Red+Green+Blue) = 110+48+147=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E3093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3093 is #91CF6C. Grayscale: #4D4D4D. Windows color (decimal): -9555821 or 9646190. OLE color: 9646190.

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

Color convert

RGB 110 48 147 -
CMYK 0.25 0.67 0 0.42
HSL 277.58º 0.51% 0.38% -
HSV(B) 277.58º 0.67% 0.58% -
XYZ 12.75 7.54 28.39 -
YUV 77.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 110 48 147 0.25 0.67 0 0.42 277.58 0.51 0.38
Hex 6E 30 93 19 43 0 2A 116 33 26
Octal 156 60 223 31 103 0 52 426 63 46
Binary 1101110 110000 10010011 11001 1000011 0 101010 100010110 110011 100110

Color Harmonies of #6E3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3093

Black with #6E3093

Text Example


Text Example

White with #6E3093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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