Html Css Color HEX #610F40 Tyrian Purple

📋 copy color: '#610F40'

red 97 ◦ green 15 ◦ blue 64

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

Shades of Tyrian Purple #610F40

Tints of Tyrian Purple #610F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 55.11%
G = 8.52%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#610F40 (or 0x610F40) is known color: Tyrian Purple. HEX triplet: 61, 0F and 40. RGB value is (97,15,64). Sum of RGB (Red+Green+Blue) = 97+15+64=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #610F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F40 is #9EF0BF. Grayscale: #2C2C2C. Windows color (decimal): -10416320 or 4198241. OLE color: 4198241.

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

Color convert

RGB 97 15 64 -
CMYK 0 0.85 0.34 0.62
HSL 324.15º 0.73% 0.22% -
HSV(B) 324.15º 0.85% 0.38% -
XYZ 6.03 3.25 5.16 -
YUV 45.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 97 15 64 0 0.85 0.34 0.62 324.15 0.73 0.22
Hex 61 F 40 0 55 22 3E 144 49 16
Octal 141 17 100 0 125 42 76 504 111 26
Binary 1100001 1111 1000000 0 1010101 100010 111110 101000100 1001001 10110

Color Harmonies of #610F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F40

Black with #610F40

Text Example


Text Example

White with #610F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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