#630F36

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

Shades of Tyrian Purple #630F36

Tints of Tyrian Purple #630F36

Color information

#630F36 (or 0x630F36) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0F and 36. RGB value is (99,15,54). Sum of RGB (Red+Green+Blue) = 99+15+54=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #630F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F36 is #9CF0C9. Grayscale: #2C2C2C. Windows color (decimal): -10285258 or 3542883. OLE color: 3542883.

HSL color Cylindrical-coordinate representation of color #630F36: hue angle of 332.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F36 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB991554-
CMYK00.850.450.61
HSL332.14º73.68%22.35%-
HSV(B)332.14º84.85%38.82%-
XYZ5.983.263.8-
YUV44.56133.33166.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=58.93%
G=8.93%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99155400.850.450.61332.1473.6822.35
Hex63F360552D3D14c4a16
Octal14317660125557551411226
Binary1100011111111011001010101101101111101101001100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630F36; }

 p { color: rgb(99,15,54); }

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

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

 a { background-color: rgb(99,15,54); }

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

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

 span { border-color: rgb(99,15,54); }

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