#6E449E

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

Shades of Royal Purple #6E449E

Tints of Royal Purple #6E449E

Color information

#6E449E (or 0x6E449E) is unknown color: approx Royal Purple. HEX triplet: 6E, 44 and 9E. RGB value is (110,68,158). Sum of RGB (Red+Green+Blue) = 110+68+158=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E449E is #91BB61. Grayscale: #5A5A5A. Windows color (decimal): -9550690 or 10372206. OLE color: 10372206.

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

Color convert

RGB11068158-
CMYK0.300.5700.38
HSL268º39.82%44.31%-
HSV(B)268º56.96%61.96%-
XYZ14.679.9233.49-
YUV90.82165.91141.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.74%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=32.74%
G=20.24%
B=47.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110681580.300.5700.3826839.8244.31
Hex6E449E1E3902610c282c
Octal15610423636710464145054
Binary1101110100010010011110111101110010100110100001100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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