#630751

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

Shades of Tyrian Purple #630751

Tints of Tyrian Purple #630751

Color information

#630751 (or 0x630751) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 51. RGB value is (99,7,81). Sum of RGB (Red+Green+Blue) = 99+7+81=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630751 is #9CF8AE. Grayscale: #2A2A2A. Windows color (decimal): -10287279 or 5310307. OLE color: 5310307.

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

Color convert

RGB99781-
CMYK00.930.180.61
HSL311.74º86.79%20.78%-
HSV(B)311.74º92.93%38.82%-
XYZ6.713.48.09-
YUV42.94149.48167.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=52.94%
G=3.74%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9978100.930.180.61311.7486.7920.78
Hex6375105D123D1385715
Octal14371210135227547012725
Binary110001111110100010101110110010111101100111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630751; }

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

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

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

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

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

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

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

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