Html Css Color HEX #6E3895 Royal Purple

📋 copy color: '#6E3895'

red 110 ◦ green 56 ◦ blue 149

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

Shades of Royal Purple #6E3895

Tints of Royal Purple #6E3895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 34.92%
G = 17.78%
B = 47.3%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E3895 (or 0x6E3895) is known color: Royal Purple. HEX triplet: 6E, 38 and 95. RGB value is (110,56,149). Sum of RGB (Red+Green+Blue) = 110+56+149=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E3895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3895 is #91C76A. Grayscale: #525252. Windows color (decimal): -9553771 or 9779310. OLE color: 9779310.

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

Color convert

RGB 110 56 149 -
CMYK 0.26 0.62 0 0.42
HSL 274.84º 0.45% 0.4% -
HSV(B) 274.84º 0.62% 0.58% -
XYZ 13.27 8.31 29.34 -
YUV 82.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 110 56 149 0.26 0.62 0 0.42 274.84 0.45 0.4
Hex 6E 38 95 1A 3E 0 2A 113 2D 28
Octal 156 70 225 32 76 0 52 423 55 50
Binary 1101110 111000 10010101 11010 111110 0 101010 100010011 101101 101000

Color Harmonies of #6E3895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3895

Black with #6E3895

Text Example


Text Example

White with #6E3895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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