#630C33

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

Shades of Tyrian Purple #630C33

Tints of Tyrian Purple #630C33

Color information

#630C33 (or 0x630C33) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0C and 33. RGB value is (99,12,51). Sum of RGB (Red+Green+Blue) = 99+12+51=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #630C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C33 is #9CF3CC. Grayscale: #2A2A2A. Windows color (decimal): -10286029 or 3345507. OLE color: 3345507.

HSL color Cylindrical-coordinate representation of color #630C33: hue angle of 333.1º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C33 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB991251-
CMYK00.880.480.61
HSL333.1º78.38%21.76%-
HSV(B)333.1º87.88%38.82%-
XYZ5.873.153.43-
YUV42.46132.82168.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 12 (5.08% from 255) = 7.41%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=61.11%
G=7.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99125100.880.480.61333.178.3821.76
Hex63C33058303D14d4e16
Octal14314630130607551511626
Binary1100011110011001101011000110000111101101001101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,12,51); }

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

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

 a { background-color: rgb(99,12,51); }

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

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

 span { border-color: rgb(99,12,51); }

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