Html Css Color HEX #610242 Tyrian Purple

📋 copy color: '#610242'

red 97 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #610242

Tints of Tyrian Purple #610242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.21%

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

R = 58.79%
G = 1.21%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#610242 (or 0x610242) is known color: Tyrian Purple. HEX triplet: 61, 02 and 42. RGB value is (97,2,66). Sum of RGB (Red+Green+Blue) = 97+2+66=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #610242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610242 is #9EFDBD. Grayscale: #252525. Windows color (decimal): -10419646 or 4325985. OLE color: 4325985.

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

Color convert

RGB 97 2 66 -
CMYK 0 0.98 0.32 0.62
HSL 319.58º 0.96% 0.19% -
HSV(B) 319.58º 0.98% 0.38% -
XYZ 5.93 2.98 5.42 -
YUV 37.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 97 2 66 0 0.98 0.32 0.62 319.58 0.96 0.19
Hex 61 2 42 0 62 20 3E 140 60 13
Octal 141 2 102 0 142 40 76 500 140 23
Binary 1100001 10 1000010 0 1100010 100000 111110 101000000 1100000 10011

Color Harmonies of #610242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610242

Black with #610242

Text Example


Text Example

White with #610242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610242; }

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

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

background-color css

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

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

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

border-color css

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

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

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