Html Css Color HEX #610344 Tyrian Purple

📋 copy color: '#610344'

red 97 ◦ green 3 ◦ blue 68

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

Shades of Tyrian Purple #610344

Tints of Tyrian Purple #610344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.48%

R = 57.74%
G = 1.79%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#610344 (or 0x610344) is known color: Tyrian Purple. HEX triplet: 61, 03 and 44. RGB value is (97,3,68). Sum of RGB (Red+Green+Blue) = 97+3+68=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #610344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610344 is #9EFCBB. Grayscale: #262626. Windows color (decimal): -10419388 or 4457313. OLE color: 4457313.

HSL color Cylindrical-coordinate representation of color #610344: hue angle of 318.51º 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 #610344 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 68 -
CMYK 0 0.97 0.30 0.62
HSL 318.51º 0.94% 0.2% -
HSV(B) 318.51º 0.97% 0.38% -
XYZ 6.01 3.02 5.74 -
YUV 38.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 97 3 68 0 0.97 0.30 0.62 318.51 0.94 0.2
Hex 61 3 44 0 61 1E 3E 13F 5E 14
Octal 141 3 104 0 141 36 76 477 136 24
Binary 1100001 11 1000100 0 1100001 11110 111110 100111111 1011110 10100

Color Harmonies of #610344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610344

Black with #610344

Text Example


Text Example

White with #610344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610344; }

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

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

background-color css

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

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

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

border-color css

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

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

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