Html Css Color HEX #610124 Tyrian Purple

📋 copy color: '#610124'

red 97 ◦ green 1 ◦ blue 36

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

Shades of Tyrian Purple #610124

Tints of Tyrian Purple #610124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 36 (14.45% from 255) = 26.87%

R = 72.39%
G = 0.75%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#610124 (or 0x610124) is known color: Tyrian Purple. HEX triplet: 61, 01 and 24. RGB value is (97,1,36). Sum of RGB (Red+Green+Blue) = 97+1+36=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #610124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610124 is #9EFEDB. Grayscale: #212121. Windows color (decimal): -10419932 or 2359649. OLE color: 2359649.

HSL color Cylindrical-coordinate representation of color #610124: hue angle of 338.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610124 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 1 36 -
CMYK 0 0.99 0.63 0.62
HSL 338.13º 0.98% 0.19% -
HSV(B) 338.13º 0.99% 0.38% -
XYZ 5.26 2.69 1.91 -
YUV 33.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 97 1 36 0 0.99 0.63 0.62 338.13 0.98 0.19
Hex 61 1 24 0 63 3F 3E 152 62 13
Octal 141 1 44 0 143 77 76 522 142 23
Binary 1100001 1 100100 0 1100011 111111 111110 101010010 1100010 10011

Color Harmonies of #610124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610124

Black with #610124

Text Example


Text Example

White with #610124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610124; }

 p { color: rgb(97,1,36); }

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

background-color css

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

 a { background-color: rgb(97,1,36); }

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

border-color css

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

 span { border-color: rgb(97,1,36); }

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