#63429C

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

Shades of Royal Purple #63429C

Tints of Royal Purple #63429C

Color information

#63429C (or 0x63429C) is unknown color: approx Royal Purple. HEX triplet: 63, 42 and 9C. RGB value is (99,66,156). Sum of RGB (Red+Green+Blue) = 99+66+156=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #63429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63429C is #9CBD63. Grayscale: #555555. Windows color (decimal): -10272100 or 10240611. OLE color: 10240611.

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

Color convert

RGB9966156-
CMYK0.370.5800.39
HSL262º40.54%43.53%-
HSV(B)262º57.69%61.18%-
XYZ13.098.9532.49-
YUV86.13167.43137.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.84%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=30.84%
G=20.56%
B=48.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99661560.370.5800.3926240.5443.53
Hex63429C253A027106292c
Octal14310223445720474065154
Binary11000111000010100111001001011110100100111100000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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