#630537

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

Shades of Tyrian Purple #630537

Tints of Tyrian Purple #630537

Color information

#630537 (or 0x630537) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 37. RGB value is (99,5,55). Sum of RGB (Red+Green+Blue) = 99+5+55=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #630537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630537 is #9CFAC8. Grayscale: #262626. Windows color (decimal): -10287817 or 3605859. OLE color: 3605859.

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

Color convert

RGB99555-
CMYK00.950.440.61
HSL328.09º90.38%20.39%-
HSV(B)328.09º94.95%38.82%-
XYZ5.893.043.89-
YUV38.81137.14170.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=62.26%
G=3.14%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9955500.950.440.61328.0990.3820.39
Hex6353705F2C3D1485a14
Octal1435670137547551013224
Binary110001110111011101011111101100111101101001000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630537; }

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

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

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

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

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

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

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

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