#630328

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

Shades of Tyrian Purple #630328

Tints of Tyrian Purple #630328

Color information

#630328 (or 0x630328) is unknown color: approx Tyrian Purple. HEX triplet: 63, 03 and 28. RGB value is (99,3,40). Sum of RGB (Red+Green+Blue) = 99+3+40=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #630328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630328 is #9CFCD7. Grayscale: #232323. Windows color (decimal): -10288344 or 2622307. OLE color: 2622307.

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

Color convert

RGB99340-
CMYK00.970.600.61
HSL336.88º94.12%20%-
HSV(B)336.88º96.97%38.82%-
XYZ5.562.872.27-
YUV35.92130.3172.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.72%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=69.72%
G=2.11%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9934000.970.600.61336.8894.1220
Hex633280613C3D1515e14
Octal1433500141747552113624
Binary11000111110100001100001111100111101101010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630328; }

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

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

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

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

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

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

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

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