#6E299E

Color #6E299E Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6E299E

Tints of Royal Purple #6E299E

Color information

#6E299E (or 0x6E299E) is unknown color: approx 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

RGB11041158-
CMYK0.300.7400.38
HSL275.38º58.79%39.02%-
HSV(B)275.38º74.05%61.96%-
XYZ13.397.3733.06-
YUV74.97174.86152.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=35.60%
G=13.27%
B=51.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110411580.300.7400.38275.3858.7939.02
Hex6E299E1E4A0261133b27
Octal15651236361120464237347
Binary1101110101001100111101111010010100100110100010011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>