Html Css Color HEX #61053A Tyrian Purple

📋 copy color: '#61053A'

red 97 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #61053A

Tints of Tyrian Purple #61053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 60.63%
G = 3.13%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61053A (or 0x61053A) is known color: Tyrian Purple. HEX triplet: 61, 05 and 3A. RGB value is (97,5,58). Sum of RGB (Red+Green+Blue) = 97+5+58=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61053A is #9EFAC5. Grayscale: #262626. Windows color (decimal): -10418886 or 3802465. OLE color: 3802465.

HSL color Cylindrical-coordinate representation of color #61053A: hue angle of 325.43º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61053A is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 5 58 -
CMYK 0 0.95 0.40 0.62
HSL 325.43º 0.9% 0.2% -
HSV(B) 325.43º 0.95% 0.38% -
XYZ 5.75 2.96 4.27 -
YUV 38.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 97 5 58 0 0.95 0.40 0.62 325.43 0.9 0.2
Hex 61 5 3A 0 5F 28 3E 145 5A 14
Octal 141 5 72 0 137 50 76 505 132 24
Binary 1100001 101 111010 0 1011111 101000 111110 101000101 1011010 10100

Color Harmonies of #61053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61053A

Black with #61053A

Text Example


Text Example

White with #61053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,5,58); }

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

background-color css

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

 a { background-color: rgb(97,5,58); }

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

border-color css

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

 span { border-color: rgb(97,5,58); }

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