#630C46

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

Shades of Tyrian Purple #630C46

Tints of Tyrian Purple #630C46

Color information

#630C46 (or 0x630C46) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0C and 46. RGB value is (99,12,70). Sum of RGB (Red+Green+Blue) = 99+12+70=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #630C46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C46 is #9CF3B9. Grayscale: #2C2C2C. Windows color (decimal): -10286010 or 4590691. OLE color: 4590691.

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

Color convert

RGB991270-
CMYK00.880.290.61
HSL320º78.38%21.76%-
HSV(B)320º87.88%38.82%-
XYZ6.383.366.11-
YUV44.62142.32166.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=54.70%
G=6.63%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99127000.880.290.6132078.3821.76
Hex63C460581D3D1404e16
Octal143141060130357550011626
Binary1100011110010001100101100011101111101101000000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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