#69479B

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

Shades of Royal Purple #69479B

Tints of Royal Purple #69479B

Color information

#69479B (or 0x69479B) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 9B. RGB value is (105,71,155). Sum of RGB (Red+Green+Blue) = 105+71+155=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #69479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69479B is #96B864. Grayscale: #5A5A5A. Windows color (decimal): -9877605 or 10176361. OLE color: 10176361.

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

Color convert

RGB10571155-
CMYK0.320.5400.39
HSL264.29º37.17%44.31%-
HSV(B)264.29º54.19%60.78%-
XYZ149.8832.18-
YUV90.74164.26138.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=31.72%
G=21.45%
B=46.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105711550.320.5400.39264.2937.1744.31
Hex69479B2036027108252c
Octal15110723340660474104554
Binary11010011000111100110111000001101100100111100001000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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