Html Css Color HEX #6E2699 Royal Purple

📋 copy color: '#6E2699'

red 110 ◦ green 38 ◦ blue 153

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

Shades of Royal Purple #6E2699

Tints of Royal Purple #6E2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 36.54%
G = 12.62%
B = 50.83%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E2699 (or 0x6E2699) is known color: Royal Purple. HEX triplet: 6E, 26 and 99. RGB value is (110,38,153). Sum of RGB (Red+Green+Blue) = 110+38+153=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E2699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2699 is #91D966. Grayscale: #484848. Windows color (decimal): -9558375 or 10036846. OLE color: 10036846.

HSL color Cylindrical-coordinate representation of color #6E2699: hue angle of 277.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E2699 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 38 153 -
CMYK 0.28 0.75 0 0.4
HSL 277.57º 0.6% 0.37% -
HSV(B) 277.57º 0.75% 0.6% -
XYZ 12.87 7 30.81 -
YUV 72.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 110 38 153 0.28 0.75 0 0.4 277.57 0.6 0.37
Hex 6E 26 99 1C 4B 0 28 116 3C 25
Octal 156 46 231 34 113 0 50 426 74 45
Binary 1101110 100110 10011001 11100 1001011 0 101000 100010110 111100 100101

Color Harmonies of #6E2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2699

Black with #6E2699

Text Example


Text Example

White with #6E2699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,38,153); }

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

background-color css

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

 a { background-color: rgb(110,38,153); }

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

border-color css

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

 span { border-color: rgb(110,38,153); }

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