Html Css Color HEX #610F4E Tyrian Purple

📋 copy color: '#610F4E'

red 97 ◦ green 15 ◦ blue 78

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

Shades of Tyrian Purple #610F4E

Tints of Tyrian Purple #610F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 51.05%
G = 7.89%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#610F4E (or 0x610F4E) is known color: Tyrian Purple. HEX triplet: 61, 0F and 4E. RGB value is (97,15,78). Sum of RGB (Red+Green+Blue) = 97+15+78=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #610F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610F4E is #9EF0B1. Grayscale: #2E2E2E. Windows color (decimal): -10416306 or 5115745. OLE color: 5115745.

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

Color convert

RGB 97 15 78 -
CMYK 0 0.85 0.20 0.62
HSL 313.9º 0.73% 0.22% -
HSV(B) 313.9º 0.85% 0.38% -
XYZ 6.48 3.43 7.53 -
YUV 46.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 97 15 78 0 0.85 0.20 0.62 313.9 0.73 0.22
Hex 61 F 4E 0 55 14 3E 13A 49 16
Octal 141 17 116 0 125 24 76 472 111 26
Binary 1100001 1111 1001110 0 1010101 10100 111110 100111010 1001001 10110

Color Harmonies of #610F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F4E

Black with #610F4E

Text Example


Text Example

White with #610F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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