#63469F

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

Shades of Royal Purple #63469F

Tints of Royal Purple #63469F

Color information

#63469F (or 0x63469F) is unknown color: approx Royal Purple. HEX triplet: 63, 46 and 9F. RGB value is (99,70,159). Sum of RGB (Red+Green+Blue) = 99+70+159=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #63469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63469F is #9CB960. Grayscale: #585858. Windows color (decimal): -10271073 or 10438243. OLE color: 10438243.

HSL color Cylindrical-coordinate representation of color #63469F: hue angle of 259.55º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63469F is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9970159-
CMYK0.380.5600.38
HSL259.55º38.86%44.9%-
HSV(B)259.55º55.97%62.35%-
XYZ13.599.5433.93-
YUV88.82167.61135.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=30.18%
G=21.34%
B=48.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99701590.380.5600.38259.5538.8644.9
Hex63469F2638026104272d
Octal14310623746700464044755
Binary11000111000110100111111001101110000100110100000100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63469F; }

 p { color: rgb(99,70,159); }

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

<style>
 a { background-color: #63469F; }

 a { background-color: rgb(99,70,159); }

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

<style>
 span { border-color: #63469F; }

 span { border-color: rgb(99,70,159); }

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