#69289A

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

Shades of Royal Purple #69289A

Tints of Royal Purple #69289A

Color information

#69289A (or 0x69289A) is unknown color: approx Royal Purple. HEX triplet: 69, 28 and 9A. RGB value is (105,40,154). Sum of RGB (Red+Green+Blue) = 105+40+154=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #69289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69289A is #96D765. Grayscale: #484848. Windows color (decimal): -9885542 or 10102889. OLE color: 10102889.

HSL color Cylindrical-coordinate representation of color #69289A: hue angle of 274.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69289A is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10540154-
CMYK0.320.7400.40
HSL274.21º58.76%38.04%-
HSV(B)274.21º74.03%60.39%-
XYZ12.426.8531.24-
YUV72.43174.03151.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=35.12%
G=13.38%
B=51.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105401540.320.7400.40274.2158.7638.04
Hex69289A204A0281123b26
Octal15150232401120504227346
Binary11010011010001001101010000010010100101000100010010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69289A; }

 p { color: rgb(105,40,154); }

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

<style>
 a { background-color: #69289A; }

 a { background-color: rgb(105,40,154); }

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

<style>
 span { border-color: #69289A; }

 span { border-color: rgb(105,40,154); }

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