#630431

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

Shades of Tyrian Purple #630431

Tints of Tyrian Purple #630431

Color information

#630431 (or 0x630431) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 31. RGB value is (99,4,49). Sum of RGB (Red+Green+Blue) = 99+4+49=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #630431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630431 is #9CFBCE. Grayscale: #252525. Windows color (decimal): -10288079 or 3212387. OLE color: 3212387.

HSL color Cylindrical-coordinate representation of color #630431: hue angle of 331.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630431 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB99449-
CMYK00.960.510.61
HSL331.58º92.23%20.2%-
HSV(B)331.58º95.96%38.82%-
XYZ5.742.963.17-
YUV37.53134.47171.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=65.13%
G=2.63%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9944900.960.510.61331.5892.2320.2
Hex63431060333D14c5c14
Octal1434610140637551413424
Binary110001110011000101100000110011111101101001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630431; }

 p { color: rgb(99,4,49); }

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

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

 a { background-color: rgb(99,4,49); }

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

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

 span { border-color: rgb(99,4,49); }

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