#63002E

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

Shades of Tyrian Purple #63002E

Tints of Tyrian Purple #63002E

Color information

#63002E (or 0x63002E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 2E. RGB value is (99,0,46). Sum of RGB (Red+Green+Blue) = 99+0+46=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63002E is #9CFFD1. Grayscale: #222222. Windows color (decimal): -10289106 or 3014755. OLE color: 3014755.

HSL color Cylindrical-coordinate representation of color #63002E: hue angle of 332.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63002E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB99046-
CMYK010.540.61
HSL332.12º100%19.41%-
HSV(B)332.12º100%38.82%-
XYZ5.642.852.84-
YUV34.84134.3173.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=68.28%
G=0%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99046010.540.61332.1210019.41
Hex6302E064363D14c6413
Octal1430560144667551414423
Binary1100011010111001100100110110111101101001100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63002E; }

 p { color: rgb(99,0,46); }

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

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

 a { background-color: rgb(99,0,46); }

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

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

 span { border-color: rgb(99,0,46); }

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