Html Css Color HEX #6E299E Royal Purple

📋 copy color: '#6E299E'

red 110 ◦ green 41 ◦ blue 158

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

Shades of Royal Purple #6E299E

Tints of Royal Purple #6E299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.13%

R = 35.6%
G = 13.27%
B = 51.13%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E299E (or 0x6E299E) is known color: Royal Purple. HEX triplet: 6E, 29 and 9E. RGB value is (110,41,158). Sum of RGB (Red+Green+Blue) = 110+41+158=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E299E is #91D661. Grayscale: #4A4A4A. Windows color (decimal): -9557602 or 10365294. OLE color: 10365294.

HSL color Cylindrical-coordinate representation of color #6E299E: hue angle of 275.38º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E299E is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 41 158 -
CMYK 0.30 0.74 0 0.38
HSL 275.38º 0.59% 0.39% -
HSV(B) 275.38º 0.74% 0.62% -
XYZ 13.39 7.37 33.06 -
YUV 74.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 110 41 158 0.30 0.74 0 0.38 275.38 0.59 0.39
Hex 6E 29 9E 1E 4A 0 26 113 3B 27
Octal 156 51 236 36 112 0 46 423 73 47
Binary 1101110 101001 10011110 11110 1001010 0 100110 100010011 111011 100111

Color Harmonies of #6E299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E299E

Black with #6E299E

Text Example


Text Example

White with #6E299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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