#63024F

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

Shades of Tyrian Purple #63024F

Tints of Tyrian Purple #63024F

Color information

#63024F (or 0x63024F) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 4F. RGB value is (99,2,79). Sum of RGB (Red+Green+Blue) = 99+2+79=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63024F is #9CFDB0. Grayscale: #272727. Windows color (decimal): -10288561 or 5177955. OLE color: 5177955.

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

Color convert

RGB99279-
CMYK00.980.200.61
HSL312.37º96.04%19.8%-
HSV(B)312.37º97.98%38.82%-
XYZ6.583.267.68-
YUV39.78150.14170.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=55%
G=1.11%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9927900.980.200.61312.3796.0419.8
Hex6324F062143D1386014
Octal14321170142247547014024
Binary11000111010011110110001010100111101100111000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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