#60063B

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

Shades of Tyrian Purple #60063B

Tints of Tyrian Purple #60063B

Color information

#60063B (or 0x60063B) is unknown color: approx Tyrian Purple. HEX triplet: 60, 06 and 3B. RGB value is (96,6,59). Sum of RGB (Red+Green+Blue) = 96+6+59=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60063B is #9FF9C4. Grayscale: #262626. Windows color (decimal): -10484165 or 3868256. OLE color: 3868256.

HSL color Cylindrical-coordinate representation of color #60063B: hue angle of 324.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60063B is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB96659-
CMYK00.940.390.62
HSL324.67º88.24%20%-
HSV(B)324.67º93.75%37.65%-
XYZ5.682.934.4-
YUV38.95139.32168.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=59.63%
G=3.73%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9665900.940.390.62324.6788.2420
Hex6063B05E273E1455814
Octal1406730136477650513024
Binary110000011011101101011110100111111110101000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,6,59); }

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

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

 a { background-color: rgb(96,6,59); }

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

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

 span { border-color: rgb(96,6,59); }

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