Html Css Color HEX #6E299C Royal Purple

📋 copy color: '#6E299C'

red 110 ◦ green 41 ◦ blue 156

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

Shades of Royal Purple #6E299C

Tints of Royal Purple #6E299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

 BLUE value IS 156 (61.33% from 255) = 50.81%

R = 35.83%
G = 13.36%
B = 50.81%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E299C (or 0x6E299C) is known color: Royal Purple. HEX triplet: 6E, 29 and 9C. RGB value is (110,41,156). Sum of RGB (Red+Green+Blue) = 110+41+156=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E299C is #91D663. Grayscale: #4A4A4A. Windows color (decimal): -9557604 or 10234222. OLE color: 10234222.

HSL color Cylindrical-coordinate representation of color #6E299C: hue angle of 276º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E299C is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 41 156 -
CMYK 0.29 0.74 0 0.39
HSL 276º 0.58% 0.39% -
HSV(B) 276º 0.74% 0.61% -
XYZ 13.22 7.3 32.16 -
YUV 74.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 110 41 156 0.29 0.74 0 0.39 276 0.58 0.39
Hex 6E 29 9C 1D 4A 0 27 114 3A 27
Octal 156 51 234 35 112 0 47 424 72 47
Binary 1101110 101001 10011100 11101 1001010 0 100111 100010100 111010 100111

Color Harmonies of #6E299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E299C

Black with #6E299C

Text Example


Text Example

White with #6E299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,41,156); }

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

background-color css

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

 a { background-color: rgb(110,41,156); }

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

border-color css

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

 span { border-color: rgb(110,41,156); }

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