#61063F

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

Shades of Tyrian Purple #61063F

Tints of Tyrian Purple #61063F

Color information

#61063F (or 0x61063F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 3F. RGB value is (97,6,63). Sum of RGB (Red+Green+Blue) = 97+6+63=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61063F is #9EF9C0. Grayscale: #272727. Windows color (decimal): -10418625 or 4130401. OLE color: 4130401.

HSL color Cylindrical-coordinate representation of color #61063F: hue angle of 322.42º 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 #61063F is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB97663-
CMYK00.940.350.62
HSL322.42º88.35%20.2%-
HSV(B)322.42º93.81%38.04%-
XYZ5.893.034.98-
YUV39.71141.15168.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 63 (25% from 255) = 37.95%
R=58.43%
G=3.61%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9766300.940.350.62322.4288.3520.2
Hex6163F05E233E1425814
Octal1416770136437650213024
Binary110000111011111101011110100011111110101000010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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