#6E289C

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

Shades of Royal Purple #6E289C

Tints of Royal Purple #6E289C

Color information

#6E289C (or 0x6E289C) is unknown color: approx Royal Purple. HEX triplet: 6E, 28 and 9C. RGB value is (110,40,156). Sum of RGB (Red+Green+Blue) = 110+40+156=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E289C is #91D763. Grayscale: #494949. Windows color (decimal): -9557860 or 10233966. OLE color: 10233966.

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

Color convert

RGB11040156-
CMYK0.290.7400.39
HSL276.21º59.18%38.43%-
HSV(B)276.21º74.36%61.18%-
XYZ13.197.2332.15-
YUV74.15174.19153.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=35.95%
G=13.07%
B=50.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110401560.290.7400.39276.2159.1838.43
Hex6E289C1D4A0271143b26
Octal15650234351120474247346
Binary1101110101000100111001110110010100100111100010100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E289C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,40,156); }

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

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

 a { background-color: rgb(110,40,156); }

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

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

 span { border-color: rgb(110,40,156); }

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