Html Css Color HEX #61032A Tyrian Purple

📋 copy color: '#61032A'

red 97 ◦ green 3 ◦ blue 42

#61032A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #61032A

Tints of Tyrian Purple #61032A

RGB

 RED value IS 97 (38.28% from 255) = 68.31%

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 68.31%
G = 2.11%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61032A (or 0x61032A) is known color: Tyrian Purple. HEX triplet: 61, 03 and 2A. RGB value is (97,3,42). Sum of RGB (Red+Green+Blue) = 97+3+42=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61032A is #9EFCD5. Grayscale: #232323. Windows color (decimal): -10419414 or 2753377. OLE color: 2753377.

HSL color Cylindrical-coordinate representation of color #61032A: hue angle of 335.11º 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 #61032A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 42 -
CMYK 0 0.97 0.57 0.62
HSL 335.11º 0.94% 0.2% -
HSV(B) 335.11º 0.97% 0.38% -
XYZ 5.38 2.77 2.44 -
YUV 35.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 97 3 42 0 0.97 0.57 0.62 335.11 0.94 0.2
Hex 61 3 2A 0 61 39 3E 14F 5E 14
Octal 141 3 52 0 141 71 76 517 136 24
Binary 1100001 11 101010 0 1100001 111001 111110 101001111 1011110 10100

Color Harmonies of #61032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61032A

Black with #61032A

Text Example


Text Example

White with #61032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61032A;
 }
 .AnyTagClassName
 {
   color: #61032A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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