#61033F

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

Shades of Tyrian Purple #61033F

Tints of Tyrian Purple #61033F

Color information

#61033F (or 0x61033F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 3F. RGB value is (97,3,63). Sum of RGB (Red+Green+Blue) = 97+3+63=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61033F is #9EFCC0. Grayscale: #252525. Windows color (decimal): -10419393 or 4129633. OLE color: 4129633.

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

Color convert

RGB97363-
CMYK00.970.350.62
HSL321.7º94%19.61%-
HSV(B)321.7º96.91%38.04%-
XYZ5.862.974.97-
YUV37.95142.14170.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 63 (25% from 255) = 38.65%
R=59.51%
G=1.84%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9736300.970.350.62321.79419.61
Hex6133F061233E1425e14
Octal1413770141437650213624
Binary11000011111111101100001100011111110101000010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61033F; }

 p { color: rgb(97,3,63); }

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

<style>
 a { background-color: #61033F; }

 a { background-color: rgb(97,3,63); }

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

<style>
 span { border-color: #61033F; }

 span { border-color: rgb(97,3,63); }

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