Html Css Color HEX #610434 Tyrian Purple

📋 copy color: '#610434'

red 97 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #610434

Tints of Tyrian Purple #610434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

 BLUE value IS 52 (20.7% from 255) = 33.99%

R = 63.4%
G = 2.61%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#610434 (or 0x610434) is known color: Tyrian Purple. HEX triplet: 61, 04 and 34. RGB value is (97,4,52). Sum of RGB (Red+Green+Blue) = 97+4+52=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610434 is #9EFBCB. Grayscale: #252525. Windows color (decimal): -10419148 or 3408993. OLE color: 3408993.

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

Color convert

RGB 97 4 52 -
CMYK 0 0.96 0.46 0.62
HSL 329.03º 0.92% 0.2% -
HSV(B) 329.03º 0.96% 0.38% -
XYZ 5.59 2.88 3.51 -
YUV 37.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 97 4 52 0 0.96 0.46 0.62 329.03 0.92 0.2
Hex 61 4 34 0 60 2E 3E 149 5C 14
Octal 141 4 64 0 140 56 76 511 134 24
Binary 1100001 100 110100 0 1100000 101110 111110 101001001 1011100 10100

Color Harmonies of #610434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610434

Black with #610434

Text Example


Text Example

White with #610434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610434; }

 p { color: rgb(97,4,52); }

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

background-color css

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

 a { background-color: rgb(97,4,52); }

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

border-color css

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

 span { border-color: rgb(97,4,52); }

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