#6E429E

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

Shades of Royal Purple #6E429E

Tints of Royal Purple #6E429E

Color information

#6E429E (or 0x6E429E) is unknown color: approx Royal Purple. HEX triplet: 6E, 42 and 9E. RGB value is (110,66,158). Sum of RGB (Red+Green+Blue) = 110+66+158=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E429E is #91BD61. Grayscale: #595959. Windows color (decimal): -9551202 or 10371694. OLE color: 10371694.

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

Color convert

RGB11066158-
CMYK0.300.5800.38
HSL268.7º41.07%43.92%-
HSV(B)268.7º58.23%61.96%-
XYZ14.559.6833.45-
YUV89.64166.58142.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.93%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=32.93%
G=19.76%
B=47.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110661580.300.5800.38268.741.0743.92
Hex6E429E1E3A02610d292c
Octal15610223636720464155154
Binary1101110100001010011110111101110100100110100001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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