#6E229D

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

Shades of Royal Purple #6E229D

Tints of Royal Purple #6E229D

Color information

#6E229D (or 0x6E229D) is unknown color: approx Royal Purple. HEX triplet: 6E, 22 and 9D. RGB value is (110,34,157). Sum of RGB (Red+Green+Blue) = 110+34+157=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E229D is #91DD62. Grayscale: #464646. Windows color (decimal): -9559395 or 10297966. OLE color: 10297966.

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

Color convert

RGB11034157-
CMYK0.300.7800.38
HSL277.07º64.4%37.45%-
HSV(B)277.07º78.34%61.57%-
XYZ13.096.8932.54-
YUV70.75176.68156-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.54%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=36.54%
G=11.30%
B=52.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110341570.300.7800.38277.0764.437.45
Hex6E229D1E4E0261154025
Octal156422353611604642510045
Binary11011101000101001110111110100111001001101000101011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E229D;
 }
 .AnyTagClassName
 {
   color: #6E229D;
 }
</style>
background-color css

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

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

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

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

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

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