#63052E

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

Shades of Tyrian Purple #63052E

Tints of Tyrian Purple #63052E

Color information

#63052E (or 0x63052E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 2E. RGB value is (99,5,46). Sum of RGB (Red+Green+Blue) = 99+5+46=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63052E is #9CFAD1. Grayscale: #252525. Windows color (decimal): -10287826 or 3016035. OLE color: 3016035.

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

Color convert

RGB99546-
CMYK00.950.540.61
HSL333.83º90.38%20.39%-
HSV(B)333.83º94.95%38.82%-
XYZ5.692.962.86-
YUV37.78132.64171.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=66%
G=3.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9954600.950.540.61333.8390.3820.39
Hex6352E05F363D14e5a14
Octal1435560137667551613224
Binary110001110110111001011111110110111101101001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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