#630051

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

Shades of Tyrian Purple #630051

Tints of Tyrian Purple #630051

Color information

#630051 (or 0x630051) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 51. RGB value is (99,0,81). Sum of RGB (Red+Green+Blue) = 99+0+81=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #630051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630051 is #9CFFAE. Grayscale: #262626. Windows color (decimal): -10289071 or 5308515. OLE color: 5308515.

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

Color convert

RGB99081-
CMYK010.180.61
HSL310.91º100%19.41%-
HSV(B)310.91º100%38.82%-
XYZ6.633.258.06-
YUV38.84151.8170.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 45%
R=55%
G=0%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99081010.180.61310.9110019.41
Hex63051064123D1376413
Octal14301210144227546714423
Binary1100011010100010110010010010111101100110111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630051; }

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

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

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

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

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

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

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

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