#63023F

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

Shades of Tyrian Purple #63023F

Tints of Tyrian Purple #63023F

Color information

#63023F (or 0x63023F) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 3F. RGB value is (99,2,63). Sum of RGB (Red+Green+Blue) = 99+2+63=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #63023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63023F is #9CFDC0. Grayscale: #252525. Windows color (decimal): -10288577 or 4129379. OLE color: 4129379.

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

Color convert

RGB99263-
CMYK00.980.360.61
HSL322.27º96.04%19.8%-
HSV(B)322.27º97.98%38.82%-
XYZ6.063.054.97-
YUV37.96142.14171.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.37%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 63 (25% from 255) = 38.41%
R=60.37%
G=1.22%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9926300.980.360.61322.2796.0419.8
Hex6323F062243D1426014
Octal1432770142447550214024
Binary11000111011111101100010100100111101101000010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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