Html Css Color HEX #6E3790 Royal Purple

📋 copy color: '#6E3790'

red 110 ◦ green 55 ◦ blue 144

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

Shades of Royal Purple #6E3790

Tints of Royal Purple #6E3790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 35.6%
G = 17.8%
B = 46.6%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E3790 (or 0x6E3790) is known color: Royal Purple. HEX triplet: 6E, 37 and 90. RGB value is (110,55,144). Sum of RGB (Red+Green+Blue) = 110+55+144=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E3790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3790 is #91C86F. Grayscale: #515151. Windows color (decimal): -9554032 or 9451374. OLE color: 9451374.

HSL color Cylindrical-coordinate representation of color #6E3790: hue angle of 277.08º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E3790 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 55 144 -
CMYK 0.24 0.62 0 0.44
HSL 277.08º 0.45% 0.39% -
HSV(B) 277.08º 0.62% 0.56% -
XYZ 12.83 8.06 27.27 -
YUV 81.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 110 55 144 0.24 0.62 0 0.44 277.08 0.45 0.39
Hex 6E 37 90 18 3E 0 2C 115 2D 27
Octal 156 67 220 30 76 0 54 425 55 47
Binary 1101110 110111 10010000 11000 111110 0 101100 100010101 101101 100111

Color Harmonies of #6E3790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3790

Black with #6E3790

Text Example


Text Example

White with #6E3790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,55,144); }

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

background-color css

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

 a { background-color: rgb(110,55,144); }

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

border-color css

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

 span { border-color: rgb(110,55,144); }

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