#630A3D

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

Shades of Tyrian Purple #630A3D

Tints of Tyrian Purple #630A3D

Color information

#630A3D (or 0x630A3D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0A and 3D. RGB value is (99,10,61). Sum of RGB (Red+Green+Blue) = 99+10+61=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #630A3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A3D is #9CF5C2. Grayscale: #2A2A2A. Windows color (decimal): -10286531 or 4000355. OLE color: 4000355.

HSL color Cylindrical-coordinate representation of color #630A3D: hue angle of 325.62º 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 #630A3D is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB991061-
CMYK00.900.380.61
HSL325.62º81.65%21.37%-
HSV(B)325.62º89.9%38.82%-
XYZ6.13.214.71-
YUV42.42138.49168.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 10 (4.30% from 255) = 5.88%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=58.24%
G=5.88%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99106100.900.380.61325.6281.6521.37
Hex63A3D05A263D1465215
Octal14312750132467550612225
Binary1100011101011110101011010100110111101101000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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