#630735

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

Shades of Tyrian Purple #630735

Tints of Tyrian Purple #630735

Color information

#630735 (or 0x630735) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 35. RGB value is (99,7,53). Sum of RGB (Red+Green+Blue) = 99+7+53=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #630735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630735 is #9CF8CA. Grayscale: #272727. Windows color (decimal): -10287307 or 3475299. OLE color: 3475299.

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

Color convert

RGB99753-
CMYK00.930.460.61
HSL330º86.79%20.78%-
HSV(B)330º92.93%38.82%-
XYZ5.863.063.65-
YUV39.75135.48170.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=62.26%
G=4.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9975300.930.460.6133086.7920.78
Hex6373505D2E3D14a5715
Octal1437650135567551212725
Binary110001111111010101011101101110111101101001010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630735; }

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

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

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

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

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

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

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

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