#630325

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

Shades of Tyrian Purple #630325

Tints of Tyrian Purple #630325

Color information

#630325 (or 0x630325) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 25. RGB value is (99,3,37). Sum of RGB (Red+Green+Blue) = 99+3+37=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630325 is #9CFCDA. Grayscale: #232323. Windows color (decimal): -10288347 or 2425699. OLE color: 2425699.

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

Color convert

RGB99337-
CMYK00.970.630.61
HSL338.75º94.12%20%-
HSV(B)338.75º96.97%38.82%-
XYZ5.512.852.01-
YUV35.58128.8173.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=71.22%
G=2.16%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9933700.970.630.61338.7594.1220
Hex633250613F3D1535e14
Octal1433450141777552313624
Binary11000111110010101100001111111111101101010011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630325; }

 p { color: rgb(99,3,37); }

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

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

 a { background-color: rgb(99,3,37); }

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

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

 span { border-color: rgb(99,3,37); }

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