#630755

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

Shades of Tyrian Purple #630755

Tints of Tyrian Purple #630755

Color information

#630755 (or 0x630755) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 55. RGB value is (99,7,85). Sum of RGB (Red+Green+Blue) = 99+7+85=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #630755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630755 is #9CF8AA. Grayscale: #2B2B2B. Windows color (decimal): -10287275 or 5572451. OLE color: 5572451.

HSL color Cylindrical-coordinate representation of color #630755: hue angle of 309.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630755 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB99785-
CMYK00.930.140.61
HSL309.13º86.79%20.78%-
HSV(B)309.13º92.93%38.82%-
XYZ6.863.468.9-
YUV43.4151.48167.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 7 (3.12% from 255) = 3.66%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=51.83%
G=3.66%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9978500.930.140.61309.1386.7920.78
Hex6375505DE3D1355715
Octal14371250135167546512725
Binary11000111111010101010111011110111101100110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630755; }

 p { color: rgb(99,7,85); }

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

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

 a { background-color: rgb(99,7,85); }

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

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

 span { border-color: rgb(99,7,85); }

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