Html Css Color HEX #6E299D Royal Purple

📋 copy color: '#6E299D'

red 110 ◦ green 41 ◦ blue 157

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

Shades of Royal Purple #6E299D

Tints of Royal Purple #6E299D

RGB

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

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

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

R = 35.71%
G = 13.31%
B = 50.97%

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

#6E299D (or 0x6E299D) is known color: Royal Purple. HEX triplet: 6E, 29 and 9D. RGB value is (110,41,157). Sum of RGB (Red+Green+Blue) = 110+41+157=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E299D is #91D662. Grayscale: #4A4A4A. Windows color (decimal): -9557603 or 10299758. OLE color: 10299758.

HSL color Cylindrical-coordinate representation of color #6E299D: hue angle of 275.69º 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 #6E299D is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 41 157 -
CMYK 0.30 0.74 0 0.38
HSL 275.69º 0.59% 0.39% -
HSV(B) 275.69º 0.74% 0.62% -
XYZ 13.31 7.34 32.61 -
YUV 74.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 110 41 157 0.30 0.74 0 0.38 275.69 0.59 0.39
Hex 6E 29 9D 1E 4A 0 26 114 3B 27
Octal 156 51 235 36 112 0 46 424 73 47
Binary 1101110 101001 10011101 11110 1001010 0 100110 100010100 111011 100111

Color Harmonies of #6E299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E299D

Black with #6E299D

Text Example


Text Example

White with #6E299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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