#63379B

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

Shades of Royal Purple #63379B

Tints of Royal Purple #63379B

Color information

#63379B (or 0x63379B) is unknown color: approx Royal Purple. HEX triplet: 63, 37 and 9B. RGB value is (99,55,155). Sum of RGB (Red+Green+Blue) = 99+55+155=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #63379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63379B is #9CC864. Grayscale: #4F4F4F. Windows color (decimal): -10274917 or 10172259. OLE color: 10172259.

HSL color Cylindrical-coordinate representation of color #63379B: hue angle of 266.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63379B is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9955155-
CMYK0.360.6500.39
HSL266.4º47.62%41.18%-
HSV(B)266.4º64.52%60.78%-
XYZ12.437.7531.85-
YUV79.56170.58141.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=32.04%
G=17.80%
B=50.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99551550.360.6500.39266.447.6241.18
Hex63379B244102710a3029
Octal14367233441010474126051
Binary11000111101111001101110010010000010100111100001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,55,155); }

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

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

 a { background-color: rgb(99,55,155); }

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

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

 span { border-color: rgb(99,55,155); }

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