Html Css Color HEX #610648 Tyrian Purple

📋 copy color: '#610648'

red 97 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #610648

Tints of Tyrian Purple #610648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

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

R = 55.43%
G = 3.43%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#610648 (or 0x610648) is known color: Tyrian Purple. HEX triplet: 61, 06 and 48. RGB value is (97,6,72). Sum of RGB (Red+Green+Blue) = 97+6+72=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #610648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610648 is #9EF9B7. Grayscale: #282828. Windows color (decimal): -10418616 or 4720225. OLE color: 4720225.

HSL color Cylindrical-coordinate representation of color #610648: hue angle of 316.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610648 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 6 72 -
CMYK 0 0.94 0.26 0.62
HSL 316.48º 0.88% 0.2% -
HSV(B) 316.48º 0.94% 0.38% -
XYZ 6.16 3.14 6.41 -
YUV 40.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 97 6 72 0 0.94 0.26 0.62 316.48 0.88 0.2
Hex 61 6 48 0 5E 1A 3E 13C 58 14
Octal 141 6 110 0 136 32 76 474 130 24
Binary 1100001 110 1001000 0 1011110 11010 111110 100111100 1011000 10100

Color Harmonies of #610648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610648

Black with #610648

Text Example


Text Example

White with #610648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610648; }

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

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

background-color css

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

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

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

border-color css

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

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

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