#630248

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

Shades of Tyrian Purple #630248

Tints of Tyrian Purple #630248

Color information

#630248 (or 0x630248) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 48. RGB value is (99,2,72). Sum of RGB (Red+Green+Blue) = 99+2+72=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #630248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630248 is #9CFDB7. Grayscale: #262626. Windows color (decimal): -10288568 or 4719203. OLE color: 4719203.

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

Color convert

RGB99272-
CMYK00.980.270.61
HSL316.7º96.04%19.8%-
HSV(B)316.7º97.98%38.82%-
XYZ6.343.166.41-
YUV38.98146.64170.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=57.23%
G=1.16%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9927200.980.270.61316.796.0419.8
Hex632480621B3D13d6014
Octal14321100142337547514024
Binary11000111010010000110001011011111101100111101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630248; }

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

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

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

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

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

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

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

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