#63469C

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

Shades of Royal Purple #63469C

Tints of Royal Purple #63469C

Color information

#63469C (or 0x63469C) is unknown color: approx Royal Purple. HEX triplet: 63, 46 and 9C. RGB value is (99,70,156). Sum of RGB (Red+Green+Blue) = 99+70+156=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #63469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63469C is #9CB963. Grayscale: #585858. Windows color (decimal): -10271076 or 10241635. OLE color: 10241635.

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

Color convert

RGB9970156-
CMYK0.370.5500.39
HSL260.23º38.05%44.31%-
HSV(B)260.23º55.13%61.18%-
XYZ13.349.4332.57-
YUV88.48166.11135.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 156 (61.33% from 255) = 48%
R=30.46%
G=21.54%
B=48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99701560.370.5500.39260.2338.0544.31
Hex63469C2537027104262c
Octal14310623445670474044654
Binary11000111000110100111001001011101110100111100000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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