Html Css Color HEX #610436 Tyrian Purple

📋 copy color: '#610436'

red 97 ◦ green 4 ◦ blue 54

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

Shades of Tyrian Purple #610436

Tints of Tyrian Purple #610436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 54 (21.48% from 255) = 34.84%

R = 62.58%
G = 2.58%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#610436 (or 0x610436) is known color: Tyrian Purple. HEX triplet: 61, 04 and 36. RGB value is (97,4,54). Sum of RGB (Red+Green+Blue) = 97+4+54=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #610436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610436 is #9EFBC9. Grayscale: #252525. Windows color (decimal): -10419146 or 3540065. OLE color: 3540065.

HSL color Cylindrical-coordinate representation of color #610436: hue angle of 327.74º 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 #610436 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 54 -
CMYK 0 0.96 0.44 0.62
HSL 327.74º 0.92% 0.2% -
HSV(B) 327.74º 0.96% 0.38% -
XYZ 5.64 2.89 3.75 -
YUV 37.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 97 4 54 0 0.96 0.44 0.62 327.74 0.92 0.2
Hex 61 4 36 0 60 2C 3E 148 5C 14
Octal 141 4 66 0 140 54 76 510 134 24
Binary 1100001 100 110110 0 1100000 101100 111110 101001000 1011100 10100

Color Harmonies of #610436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610436

Black with #610436

Text Example


Text Example

White with #610436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610436; }

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

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

background-color css

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

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

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

border-color css

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

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

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