Html Css Color HEX #610942 Tyrian Purple

📋 copy color: '#610942'

red 97 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #610942

Tints of Tyrian Purple #610942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 56.4%
G = 5.23%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#610942 (or 0x610942) is known color: Tyrian Purple. HEX triplet: 61, 09 and 42. RGB value is (97,9,66). Sum of RGB (Red+Green+Blue) = 97+9+66=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #610942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610942 is #9EF6BD. Grayscale: #292929. Windows color (decimal): -10417854 or 4327777. OLE color: 4327777.

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

Color convert

RGB 97 9 66 -
CMYK 0 0.91 0.32 0.62
HSL 321.14º 0.83% 0.21% -
HSV(B) 321.14º 0.91% 0.38% -
XYZ 6.01 3.13 5.44 -
YUV 41.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 97 9 66 0 0.91 0.32 0.62 321.14 0.83 0.21
Hex 61 9 42 0 5B 20 3E 141 53 15
Octal 141 11 102 0 133 40 76 501 123 25
Binary 1100001 1001 1000010 0 1011011 100000 111110 101000001 1010011 10101

Color Harmonies of #610942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610942

Black with #610942

Text Example


Text Example

White with #610942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610942; }

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

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

background-color css

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

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

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

border-color css

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

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

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