#63024B

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

Shades of Tyrian Purple #63024B

Tints of Tyrian Purple #63024B

Color information

#63024B (or 0x63024B) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 4B. RGB value is (99,2,75). Sum of RGB (Red+Green+Blue) = 99+2+75=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63024B is #9CFDB4. Grayscale: #272727. Windows color (decimal): -10288565 or 4915811. OLE color: 4915811.

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

Color convert

RGB99275-
CMYK00.980.240.61
HSL314.85º96.04%19.8%-
HSV(B)314.85º97.98%38.82%-
XYZ6.443.26.94-
YUV39.33148.14170.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=56.25%
G=1.14%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9927500.980.240.61314.8596.0419.8
Hex6324B062183D13b6014
Octal14321130142307547314024
Binary11000111010010110110001011000111101100111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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