#69489A

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

Shades of Royal Purple #69489A

Tints of Royal Purple #69489A

Color information

#69489A (or 0x69489A) is unknown color: approx Royal Purple. HEX triplet: 69, 48 and 9A. RGB value is (105,72,154). Sum of RGB (Red+Green+Blue) = 105+72+154=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #69489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69489A is #96B765. Grayscale: #5A5A5A. Windows color (decimal): -9877350 or 10111081. OLE color: 10111081.

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

Color convert

RGB10572154-
CMYK0.320.5300.40
HSL264.15º36.28%44.31%-
HSV(B)264.15º53.25%60.39%-
XYZ13.989.9731.76-
YUV91.21163.43137.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=31.72%
G=21.75%
B=46.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105721540.320.5300.40264.1536.2844.31
Hex69489A2035028108242c
Octal15111023240650504104454
Binary11010011001000100110101000001101010101000100001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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