#630032

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

Shades of Tyrian Purple #630032

Tints of Tyrian Purple #630032

Color information

#630032 (or 0x630032) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 32. RGB value is (99,0,50). Sum of RGB (Red+Green+Blue) = 99+0+50=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #630032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630032 is #9CFFCD. Grayscale: #232323. Windows color (decimal): -10289102 or 3276899. OLE color: 3276899.

HSL color Cylindrical-coordinate representation of color #630032: hue angle of 329.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630032 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB99050-
CMYK010.490.61
HSL329.7º100%19.41%-
HSV(B)329.7º100%38.82%-
XYZ5.722.883.27-
YUV35.3136.3173.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=66.44%
G=0%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99050010.490.61329.710019.41
Hex63032064313D14a6413
Octal1430620144617551214423
Binary1100011011001001100100110001111101101001010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630032; }

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

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

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

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

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

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

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

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