Html Css Color HEX #6E4594 Royal Purple

📋 copy color: '#6E4594'

red 110 ◦ green 69 ◦ blue 148

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

Shades of Royal Purple #6E4594

Tints of Royal Purple #6E4594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.1%

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 33.64%
G = 21.1%
B = 45.26%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E4594 (or 0x6E4594) is known color: Royal Purple. HEX triplet: 6E, 45 and 94. RGB value is (110,69,148). Sum of RGB (Red+Green+Blue) = 110+69+148=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E4594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4594 is #91BA6B. Grayscale: #595959. Windows color (decimal): -9550444 or 9717102. OLE color: 9717102.

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

Color convert

RGB 110 69 148 -
CMYK 0.26 0.53 0 0.42
HSL 271.14º 0.36% 0.43% -
HSV(B) 271.14º 0.53% 0.58% -
XYZ 13.9 9.71 29.16 -
YUV 90.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 110 69 148 0.26 0.53 0 0.42 271.14 0.36 0.43
Hex 6E 45 94 1A 35 0 2A 10F 24 2B
Octal 156 105 224 32 65 0 52 417 44 53
Binary 1101110 1000101 10010100 11010 110101 0 101010 100001111 100100 101011

Color Harmonies of #6E4594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4594

Black with #6E4594

Text Example


Text Example

White with #6E4594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,148); }

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

background-color css

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

 a { background-color: rgb(110,69,148); }

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

border-color css

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

 span { border-color: rgb(110,69,148); }

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