Html Css Color HEX #610F48 Tyrian Purple

📋 copy color: '#610F48'

red 97 ◦ green 15 ◦ blue 72

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

Shades of Tyrian Purple #610F48

Tints of Tyrian Purple #610F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 52.72%
G = 8.15%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#610F48 (or 0x610F48) is known color: Tyrian Purple. HEX triplet: 61, 0F and 48. RGB value is (97,15,72). Sum of RGB (Red+Green+Blue) = 97+15+72=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #610F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F48 is #9EF0B7. Grayscale: #2D2D2D. Windows color (decimal): -10416312 or 4722529. OLE color: 4722529.

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

Color convert

RGB 97 15 72 -
CMYK 0 0.85 0.26 0.62
HSL 318.29º 0.73% 0.22% -
HSV(B) 318.29º 0.85% 0.38% -
XYZ 6.27 3.35 6.45 -
YUV 46.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 97 15 72 0 0.85 0.26 0.62 318.29 0.73 0.22
Hex 61 F 48 0 55 1A 3E 13E 49 16
Octal 141 17 110 0 125 32 76 476 111 26
Binary 1100001 1111 1001000 0 1010101 11010 111110 100111110 1001001 10110

Color Harmonies of #610F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F48

Black with #610F48

Text Example


Text Example

White with #610F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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