#630240

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

Shades of Tyrian Purple #630240

Tints of Tyrian Purple #630240

Color information

#630240 (or 0x630240) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 40. RGB value is (99,2,64). Sum of RGB (Red+Green+Blue) = 99+2+64=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #630240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630240 is #9CFDBF. Grayscale: #252525. Windows color (decimal): -10288576 or 4194915. OLE color: 4194915.

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

Color convert

RGB99264-
CMYK00.980.350.61
HSL321.65º96.04%19.8%-
HSV(B)321.65º97.98%38.82%-
XYZ6.093.075.12-
YUV38.07142.64171.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=60%
G=1.21%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9926400.980.350.61321.6596.0419.8
Hex63240062233D1426014
Octal14321000142437550214024
Binary110001110100000001100010100011111101101000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630240; }

 p { color: rgb(99,2,64); }

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

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

 a { background-color: rgb(99,2,64); }

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

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

 span { border-color: rgb(99,2,64); }

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