#63052A

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

Shades of Tyrian Purple #63052A

Tints of Tyrian Purple #63052A

Color information

#63052A (or 0x63052A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 2A. RGB value is (99,5,42). Sum of RGB (Red+Green+Blue) = 99+5+42=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63052A is #9CFAD5. Grayscale: #252525. Windows color (decimal): -10287830 or 2753891. OLE color: 2753891.

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

Color convert

RGB99542-
CMYK00.950.580.61
HSL336.38º90.38%20.39%-
HSV(B)336.38º94.95%38.82%-
XYZ5.622.932.46-
YUV37.32130.64171.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=67.81%
G=3.42%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9954200.950.580.61336.3890.3820.39
Hex6352A05F3A3D1505a14
Octal1435520137727552013224
Binary110001110110101001011111111010111101101010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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