Html Css Color HEX #610325 Tyrian Purple

📋 copy color: '#610325'

red 97 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #610325

Tints of Tyrian Purple #610325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.01%

R = 70.8%
G = 2.19%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#610325 (or 0x610325) is known color: Tyrian Purple. HEX triplet: 61, 03 and 25. RGB value is (97,3,37). Sum of RGB (Red+Green+Blue) = 97+3+37=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #610325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610325 is #9EFCDA. Grayscale: #222222. Windows color (decimal): -10419419 or 2425697. OLE color: 2425697.

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

Color convert

RGB 97 3 37 -
CMYK 0 0.97 0.62 0.62
HSL 338.3º 0.94% 0.2% -
HSV(B) 338.3º 0.97% 0.38% -
XYZ 5.3 2.74 2 -
YUV 34.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 97 3 37 0 0.97 0.62 0.62 338.3 0.94 0.2
Hex 61 3 25 0 61 3E 3E 152 5E 14
Octal 141 3 45 0 141 76 76 522 136 24
Binary 1100001 11 100101 0 1100001 111110 111110 101010010 1011110 10100

Color Harmonies of #610325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610325

Black with #610325

Text Example


Text Example

White with #610325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610325; }

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

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

background-color css

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

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

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

border-color css

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

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

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