Html Css Color HEX #6E2799 Royal Purple

📋 copy color: '#6E2799'

red 110 ◦ green 39 ◦ blue 153

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

Shades of Royal Purple #6E2799

Tints of Royal Purple #6E2799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 36.42%
G = 12.91%
B = 50.66%

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

#6E2799 (or 0x6E2799) is known color: Royal Purple. HEX triplet: 6E, 27 and 99. RGB value is (110,39,153). Sum of RGB (Red+Green+Blue) = 110+39+153=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E2799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2799 is #91D866. Grayscale: #484848. Windows color (decimal): -9558119 or 10037102. OLE color: 10037102.

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

Color convert

RGB 110 39 153 -
CMYK 0.28 0.75 0 0.4
HSL 277.37º 0.59% 0.38% -
HSV(B) 277.37º 0.75% 0.6% -
XYZ 12.91 7.07 30.82 -
YUV 73.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 110 39 153 0.28 0.75 0 0.4 277.37 0.59 0.38
Hex 6E 27 99 1C 4B 0 28 115 3B 26
Octal 156 47 231 34 113 0 50 425 73 46
Binary 1101110 100111 10011001 11100 1001011 0 101000 100010101 111011 100110

Color Harmonies of #6E2799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2799

Black with #6E2799

Text Example


Text Example

White with #6E2799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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