Html Css Color HEX #610342 Tyrian Purple

📋 copy color: '#610342'

red 97 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #610342

Tints of Tyrian Purple #610342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

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

R = 58.43%
G = 1.81%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#610342 (or 0x610342) is known color: Tyrian Purple. HEX triplet: 61, 03 and 42. RGB value is (97,3,66). Sum of RGB (Red+Green+Blue) = 97+3+66=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610342 is #9EFCBD. Grayscale: #262626. Windows color (decimal): -10419390 or 4326241. OLE color: 4326241.

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

Color convert

RGB 97 3 66 -
CMYK 0 0.97 0.32 0.62
HSL 319.79º 0.94% 0.2% -
HSV(B) 319.79º 0.97% 0.38% -
XYZ 5.95 3 5.42 -
YUV 38.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 97 3 66 0 0.97 0.32 0.62 319.79 0.94 0.2
Hex 61 3 42 0 61 20 3E 140 5E 14
Octal 141 3 102 0 141 40 76 500 136 24
Binary 1100001 11 1000010 0 1100001 100000 111110 101000000 1011110 10100

Color Harmonies of #610342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610342

Black with #610342

Text Example


Text Example

White with #610342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610342; }

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

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

background-color css

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

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

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

border-color css

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

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

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