Html Css Color HEX #6E4095 Royal Purple

📋 copy color: '#6E4095'

red 110 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #6E4095

Tints of Royal Purple #6E4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 34.06%
G = 19.81%
B = 46.13%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E4095 (or 0x6E4095) is known color: Royal Purple. HEX triplet: 6E, 40 and 95. RGB value is (110,64,149). Sum of RGB (Red+Green+Blue) = 110+64+149=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E4095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4095 is #91BF6A. Grayscale: #575757. Windows color (decimal): -9551723 or 9781358. OLE color: 9781358.

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

Color convert

RGB 110 64 149 -
CMYK 0.26 0.57 0 0.42
HSL 272.47º 0.4% 0.42% -
HSV(B) 272.47º 0.57% 0.58% -
XYZ 13.69 9.15 29.48 -
YUV 87.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 110 64 149 0.26 0.57 0 0.42 272.47 0.4 0.42
Hex 6E 40 95 1A 39 0 2A 110 28 2A
Octal 156 100 225 32 71 0 52 420 50 52
Binary 1101110 1000000 10010101 11010 111001 0 101010 100010000 101000 101010

Color Harmonies of #6E4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4095

Black with #6E4095

Text Example


Text Example

White with #6E4095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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