#63024D

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

Shades of Tyrian Purple #63024D

Tints of Tyrian Purple #63024D

Color information

#63024D (or 0x63024D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 4D. RGB value is (99,2,77). Sum of RGB (Red+Green+Blue) = 99+2+77=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63024D is #9CFDB2. Grayscale: #272727. Windows color (decimal): -10288563 or 5046883. OLE color: 5046883.

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

Color convert

RGB99277-
CMYK00.980.220.61
HSL313.61º96.04%19.8%-
HSV(B)313.61º97.98%38.82%-
XYZ6.513.237.3-
YUV39.55149.14170.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 77 (30.47% from 255) = 43.26%
R=55.62%
G=1.12%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9927700.980.220.61313.6196.0419.8
Hex6324D062163D13a6014
Octal14321150142267547214024
Binary11000111010011010110001010110111101100111010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63024D; }

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

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

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

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

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

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

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

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