#61042F

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

Shades of Tyrian Purple #61042F

Tints of Tyrian Purple #61042F

Color information

#61042F (or 0x61042F) is unknown color: approx Tyrian Purple. HEX triplet: 61, 04 and 2F. RGB value is (97,4,47). Sum of RGB (Red+Green+Blue) = 97+4+47=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61042F is #9EFBD0. Grayscale: #242424. Windows color (decimal): -10419153 or 3081313. OLE color: 3081313.

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

Color convert

RGB97447-
CMYK00.960.520.62
HSL332.26º92.08%19.8%-
HSV(B)332.26º95.88%38.04%-
XYZ5.492.832.95-
YUV36.71133.81171-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=65.54%
G=2.70%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9744700.960.520.62332.2692.0819.8
Hex6142F060343E14c5c14
Octal1414570140647651413424
Binary110000110010111101100000110100111110101001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,4,47); }

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

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

 a { background-color: rgb(97,4,47); }

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

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

 span { border-color: rgb(97,4,47); }

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