Html Css Color HEX #6E3A95 Royal Purple

📋 copy color: '#6E3A95'

red 110 ◦ green 58 ◦ blue 149

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

Shades of Royal Purple #6E3A95

Tints of Royal Purple #6E3A95

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

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

R = 34.7%
G = 18.3%
B = 47%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E3A95 (or 0x6E3A95) is known color: Royal Purple. HEX triplet: 6E, 3A and 95. RGB value is (110,58,149). Sum of RGB (Red+Green+Blue) = 110+58+149=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E3A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3A95 is #91C56A. Grayscale: #535353. Windows color (decimal): -9553259 or 9779822. OLE color: 9779822.

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

Color convert

RGB 110 58 149 -
CMYK 0.26 0.61 0 0.42
HSL 274.29º 0.44% 0.41% -
HSV(B) 274.29º 0.61% 0.58% -
XYZ 13.37 8.51 29.37 -
YUV 83.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 110 58 149 0.26 0.61 0 0.42 274.29 0.44 0.41
Hex 6E 3A 95 1A 3D 0 2A 112 2C 29
Octal 156 72 225 32 75 0 52 422 54 51
Binary 1101110 111010 10010101 11010 111101 0 101010 100010010 101100 101001

Color Harmonies of #6E3A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A95

Black with #6E3A95

Text Example


Text Example

White with #6E3A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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