#63052B

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

Shades of Tyrian Purple #63052B

Tints of Tyrian Purple #63052B

Color information

#63052B (or 0x63052B) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 2B. RGB value is (99,5,43). Sum of RGB (Red+Green+Blue) = 99+5+43=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63052B is #9CFAD4. Grayscale: #252525. Windows color (decimal): -10287829 or 2819427. OLE color: 2819427.

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

Color convert

RGB99543-
CMYK00.950.570.61
HSL335.74º90.38%20.39%-
HSV(B)335.74º94.95%38.82%-
XYZ5.642.942.56-
YUV37.44131.14171.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=67.35%
G=3.40%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9954300.950.570.61335.7490.3820.39
Hex6352B05F393D1505a14
Octal1435530137717552013224
Binary110001110110101101011111111001111101101010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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