Html Css Color HEX #6E3292 Royal Purple

📋 copy color: '#6E3292'

red 110 ◦ green 50 ◦ blue 146

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

Shades of Royal Purple #6E3292

Tints of Royal Purple #6E3292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 146 (57.42% from 255) = 47.71%

R = 35.95%
G = 16.34%
B = 47.71%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E3292 (or 0x6E3292) is known color: Royal Purple. HEX triplet: 6E, 32 and 92. RGB value is (110,50,146). Sum of RGB (Red+Green+Blue) = 110+50+146=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E3292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3292 is #91CD6D. Grayscale: #4E4E4E. Windows color (decimal): -9555310 or 9581166. OLE color: 9581166.

HSL color Cylindrical-coordinate representation of color #6E3292: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3292 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 50 146 -
CMYK 0.25 0.66 0 0.43
HSL 277.5º 0.49% 0.38% -
HSV(B) 277.5º 0.66% 0.57% -
XYZ 12.76 7.67 28 -
YUV 78.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 110 50 146 0.25 0.66 0 0.43 277.5 0.49 0.38
Hex 6E 32 92 19 42 0 2B 116 31 26
Octal 156 62 222 31 102 0 53 426 61 46
Binary 1101110 110010 10010010 11001 1000010 0 101011 100010110 110001 100110

Color Harmonies of #6E3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3292

Black with #6E3292

Text Example


Text Example

White with #6E3292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,146); }

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

background-color css

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

 a { background-color: rgb(110,50,146); }

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

border-color css

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

 span { border-color: rgb(110,50,146); }

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