#630551

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

Shades of Tyrian Purple #630551

Tints of Tyrian Purple #630551

Color information

#630551 (or 0x630551) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 51. RGB value is (99,5,81). Sum of RGB (Red+Green+Blue) = 99+5+81=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #630551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630551 is #9CFAAE. Grayscale: #292929. Windows color (decimal): -10287791 or 5309795. OLE color: 5309795.

HSL color Cylindrical-coordinate representation of color #630551: hue angle of 311.49º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630551 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB99581-
CMYK00.950.180.61
HSL311.49º90.38%20.39%-
HSV(B)311.49º94.95%38.82%-
XYZ6.693.368.08-
YUV41.77150.14168.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=53.51%
G=2.70%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9958100.950.180.61311.4990.3820.39
Hex6355105F123D1375a14
Octal14351210137227546713224
Binary110001110110100010101111110010111101100110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630551; }

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

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

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

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

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

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

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

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