#630553

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

Shades of Tyrian Purple #630553

Tints of Tyrian Purple #630553

Color information

#630553 (or 0x630553) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 53. RGB value is (99,5,83). Sum of RGB (Red+Green+Blue) = 99+5+83=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630553 is #9CFAAC. Grayscale: #292929. Windows color (decimal): -10287789 or 5440867. OLE color: 5440867.

HSL color Cylindrical-coordinate representation of color #630553: hue angle of 310.21º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630553 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB99583-
CMYK00.950.160.61
HSL310.21º90.38%20.39%-
HSV(B)310.21º94.95%38.82%-
XYZ6.763.398.48-
YUV42151.14168.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=52.94%
G=2.67%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9958300.950.160.61310.2190.3820.39
Hex6355305F103D1365a14
Octal14351230137207546613224
Binary110001110110100110101111110000111101100110110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630553; }

 p { color: rgb(99,5,83); }

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

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

 a { background-color: rgb(99,5,83); }

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

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

 span { border-color: rgb(99,5,83); }

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