#630547

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

Shades of Tyrian Purple #630547

Tints of Tyrian Purple #630547

Color information

#630547 (or 0x630547) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 47. RGB value is (99,5,71). Sum of RGB (Red+Green+Blue) = 99+5+71=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #630547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630547 is #9CFAB8. Grayscale: #282828. Windows color (decimal): -10287801 or 4654435. OLE color: 4654435.

HSL color Cylindrical-coordinate representation of color #630547: hue angle of 317.87º 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 #630547 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB99571-
CMYK00.950.280.61
HSL317.87º90.38%20.39%-
HSV(B)317.87º94.95%38.82%-
XYZ6.343.226.25-
YUV40.63145.14169.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=56.57%
G=2.86%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9957100.950.280.61317.8790.3820.39
Hex6354705F1C3D13e5a14
Octal14351070137347547613224
Binary110001110110001110101111111100111101100111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630547; }

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

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

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

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

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

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

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

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