Html Css Color HEX #6E209D Royal Purple

📋 copy color: '#6E209D'

red 110 ◦ green 32 ◦ blue 157

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

Shades of Royal Purple #6E209D

Tints of Royal Purple #6E209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 36.79%
G = 10.7%
B = 52.51%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E209D (or 0x6E209D) is known color: Royal Purple. HEX triplet: 6E, 20 and 9D. RGB value is (110,32,157). Sum of RGB (Red+Green+Blue) = 110+32+157=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E209D is #91DF62. Grayscale: #454545. Windows color (decimal): -9559907 or 10297454. OLE color: 10297454.

HSL color Cylindrical-coordinate representation of color #6E209D: hue angle of 277.44º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E209D is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 32 157 -
CMYK 0.30 0.80 0 0.38
HSL 277.44º 0.66% 0.37% -
HSV(B) 277.44º 0.8% 0.62% -
XYZ 13.03 6.78 32.52 -
YUV 69.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 110 32 157 0.30 0.80 0 0.38 277.44 0.66 0.37
Hex 6E 20 9D 1E 50 0 26 115 42 25
Octal 156 40 235 36 120 0 46 425 102 45
Binary 1101110 100000 10011101 11110 1010000 0 100110 100010101 1000010 100101

Color Harmonies of #6E209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E209D

Black with #6E209D

Text Example


Text Example

White with #6E209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,157); }

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

background-color css

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

 a { background-color: rgb(110,32,157); }

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

border-color css

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

 span { border-color: rgb(110,32,157); }

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