#630A48

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

Shades of Tyrian Purple #630A48

Tints of Tyrian Purple #630A48

Color information

#630A48 (or 0x630A48) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0A and 48. RGB value is (99,10,72). Sum of RGB (Red+Green+Blue) = 99+10+72=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #630A48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A48 is #9CF5B7. Grayscale: #2B2B2B. Windows color (decimal): -10286520 or 4721251. OLE color: 4721251.

HSL color Cylindrical-coordinate representation of color #630A48: hue angle of 318.2º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A48 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB991072-
CMYK00.900.270.61
HSL318.2º81.65%21.37%-
HSV(B)318.2º89.9%38.82%-
XYZ6.423.346.44-
YUV43.68143.99167.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=54.70%
G=5.52%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99107200.900.270.61318.281.6521.37
Hex63A4805A1B3D13e5215
Octal143121100132337547612225
Binary1100011101010010000101101011011111101100111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,10,72); }

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

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

 a { background-color: rgb(99,10,72); }

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

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

 span { border-color: rgb(99,10,72); }

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