Html Css Color HEX #610F35 Tyrian Purple

📋 copy color: '#610F35'

red 97 ◦ green 15 ◦ blue 53

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

Shades of Tyrian Purple #610F35

Tints of Tyrian Purple #610F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.09%

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 58.79%
G = 9.09%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#610F35 (or 0x610F35) is known color: Tyrian Purple. HEX triplet: 61, 0F and 35. RGB value is (97,15,53). Sum of RGB (Red+Green+Blue) = 97+15+53=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #610F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F35 is #9EF0CA. Grayscale: #2B2B2B. Windows color (decimal): -10416331 or 3477345. OLE color: 3477345.

HSL color Cylindrical-coordinate representation of color #610F35: hue angle of 332.2º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F35 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 15 53 -
CMYK 0 0.85 0.45 0.62
HSL 332.2º 0.73% 0.22% -
HSV(B) 332.2º 0.85% 0.38% -
XYZ 5.74 3.14 3.67 -
YUV 43.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 97 15 53 0 0.85 0.45 0.62 332.2 0.73 0.22
Hex 61 F 35 0 55 2D 3E 14C 49 16
Octal 141 17 65 0 125 55 76 514 111 26
Binary 1100001 1111 110101 0 1010101 101101 111110 101001100 1001001 10110

Color Harmonies of #610F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F35

Black with #610F35

Text Example


Text Example

White with #610F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610F35; }

 p { color: rgb(97,15,53); }

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

background-color css

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

 a { background-color: rgb(97,15,53); }

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

border-color css

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

 span { border-color: rgb(97,15,53); }

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