#63052C

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

Shades of Tyrian Purple #63052C

Tints of Tyrian Purple #63052C

Color information

#63052C (or 0x63052C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 2C. RGB value is (99,5,44). Sum of RGB (Red+Green+Blue) = 99+5+44=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63052C is #9CFAD3. Grayscale: #252525. Windows color (decimal): -10287828 or 2884963. OLE color: 2884963.

HSL color Cylindrical-coordinate representation of color #63052C: hue angle of 335.11º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63052C is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB99544-
CMYK00.950.560.61
HSL335.11º90.38%20.39%-
HSV(B)335.11º94.95%38.82%-
XYZ5.652.942.65-
YUV37.55131.64171.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.89%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=66.89%
G=3.38%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9954400.950.560.61335.1190.3820.39
Hex6352C05F383D14f5a14
Octal1435540137707551713224
Binary110001110110110001011111111000111101101001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63052C; }

 p { color: rgb(99,5,44); }

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

<style>
 a { background-color: #63052C; }

 a { background-color: rgb(99,5,44); }

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

<style>
 span { border-color: #63052C; }

 span { border-color: rgb(99,5,44); }

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