#630432

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

Shades of Tyrian Purple #630432

Tints of Tyrian Purple #630432

Color information

#630432 (or 0x630432) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 32. RGB value is (99,4,50). Sum of RGB (Red+Green+Blue) = 99+4+50=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #630432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630432 is #9CFBCD. Grayscale: #252525. Windows color (decimal): -10288078 or 3277923. OLE color: 3277923.

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

Color convert

RGB99450-
CMYK00.960.490.61
HSL330.95º92.23%20.2%-
HSV(B)330.95º95.96%38.82%-
XYZ5.762.973.29-
YUV37.65134.97171.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=64.71%
G=2.61%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9945000.960.490.61330.9592.2320.2
Hex63432060313D14b5c14
Octal1434620140617551313424
Binary110001110011001001100000110001111101101001011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630432; }

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

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

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

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

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

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

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

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