Html Css Color HEX #610842 Tyrian Purple

📋 copy color: '#610842'

red 97 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #610842

Tints of Tyrian Purple #610842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 56.73%
G = 4.68%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#610842 (or 0x610842) is known color: Tyrian Purple. HEX triplet: 61, 08 and 42. RGB value is (97,8,66). Sum of RGB (Red+Green+Blue) = 97+8+66=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #610842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610842 is #9EF7BD. Grayscale: #292929. Windows color (decimal): -10418110 or 4327521. OLE color: 4327521.

HSL color Cylindrical-coordinate representation of color #610842: hue angle of 320.9º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610842 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 8 66 -
CMYK 0 0.92 0.32 0.62
HSL 320.9º 0.85% 0.21% -
HSV(B) 320.9º 0.92% 0.38% -
XYZ 6 3.11 5.44 -
YUV 41.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 97 8 66 0 0.92 0.32 0.62 320.9 0.85 0.21
Hex 61 8 42 0 5C 20 3E 141 55 15
Octal 141 10 102 0 134 40 76 501 125 25
Binary 1100001 1000 1000010 0 1011100 100000 111110 101000001 1010101 10101

Color Harmonies of #610842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610842

Black with #610842

Text Example


Text Example

White with #610842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610842; }

 p { color: rgb(97,8,66); }

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

background-color css

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

 a { background-color: rgb(97,8,66); }

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

border-color css

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

 span { border-color: rgb(97,8,66); }

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