Html Css Color HEX #610A48 Tyrian Purple

📋 copy color: '#610A48'

red 97 ◦ green 10 ◦ blue 72

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

Shades of Tyrian Purple #610A48

Tints of Tyrian Purple #610A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.59%

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

R = 54.19%
G = 5.59%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#610A48 (or 0x610A48) is known color: Tyrian Purple. HEX triplet: 61, 0A and 48. RGB value is (97,10,72). Sum of RGB (Red+Green+Blue) = 97+10+72=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #610A48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A48 is #9EF5B7. Grayscale: #2A2A2A. Windows color (decimal): -10417592 or 4721249. OLE color: 4721249.

HSL color Cylindrical-coordinate representation of color #610A48: hue angle of 317.24º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A48 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 10 72 -
CMYK 0 0.90 0.26 0.62
HSL 317.24º 0.81% 0.21% -
HSV(B) 317.24º 0.9% 0.38% -
XYZ 6.21 3.23 6.43 -
YUV 43.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 97 10 72 0 0.90 0.26 0.62 317.24 0.81 0.21
Hex 61 A 48 0 5A 1A 3E 13D 51 15
Octal 141 12 110 0 132 32 76 475 121 25
Binary 1100001 1010 1001000 0 1011010 11010 111110 100111101 1010001 10101

Color Harmonies of #610A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610A48

Black with #610A48

Text Example


Text Example

White with #610A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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