#69479A

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

Shades of Royal Purple #69479A

Tints of Royal Purple #69479A

Color information

#69479A (or 0x69479A) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 9A. RGB value is (105,71,154). Sum of RGB (Red+Green+Blue) = 105+71+154=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #69479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69479A is #96B865. Grayscale: #5A5A5A. Windows color (decimal): -9877606 or 10110825. OLE color: 10110825.

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

Color convert

RGB10571154-
CMYK0.320.5400.40
HSL264.58º36.89%44.12%-
HSV(B)264.58º53.9%60.39%-
XYZ13.919.8431.74-
YUV90.63163.76138.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=31.82%
G=21.52%
B=46.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105711540.320.5400.40264.5836.8944.12
Hex69479A2036028109252c
Octal15110723240660504114554
Binary11010011000111100110101000001101100101000100001001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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