#6E459B

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

Shades of Royal Purple #6E459B

Tints of Royal Purple #6E459B

Color information

#6E459B (or 0x6E459B) is unknown color: approx Royal Purple. HEX triplet: 6E, 45 and 9B. RGB value is (110,69,155). Sum of RGB (Red+Green+Blue) = 110+69+155=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E459B is #91BA64. Grayscale: #5A5A5A. Windows color (decimal): -9550437 or 10175854. OLE color: 10175854.

HSL color Cylindrical-coordinate representation of color #6E459B: hue angle of 268.6º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E459B is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11069155-
CMYK0.290.5500.39
HSL268.6º38.39%43.92%-
HSV(B)268.6º55.48%60.78%-
XYZ14.479.9432.17-
YUV91.06164.08141.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.93%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=32.93%
G=20.66%
B=46.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110691550.290.5500.39268.638.3943.92
Hex6E459B1D3702710d262c
Octal15610523335670474154654
Binary1101110100010110011011111011101110100111100001101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,155); }

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

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

 a { background-color: rgb(110,69,155); }

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

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

 span { border-color: rgb(110,69,155); }

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