Html Css Color HEX #610334 Tyrian Purple

📋 copy color: '#610334'

red 97 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #610334

Tints of Tyrian Purple #610334

RGB

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

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

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

R = 63.82%
G = 1.97%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#610334 (or 0x610334) is known color: Tyrian Purple. HEX triplet: 61, 03 and 34. RGB value is (97,3,52). Sum of RGB (Red+Green+Blue) = 97+3+52=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #610334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610334 is #9EFCCB. Grayscale: #242424. Windows color (decimal): -10419404 or 3408737. OLE color: 3408737.

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

Color convert

RGB 97 3 52 -
CMYK 0 0.97 0.46 0.62
HSL 328.72º 0.94% 0.2% -
HSV(B) 328.72º 0.97% 0.38% -
XYZ 5.58 2.85 3.51 -
YUV 36.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 97 3 52 0 0.97 0.46 0.62 328.72 0.94 0.2
Hex 61 3 34 0 61 2E 3E 149 5E 14
Octal 141 3 64 0 141 56 76 511 136 24
Binary 1100001 11 110100 0 1100001 101110 111110 101001001 1011110 10100

Color Harmonies of #610334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610334

Black with #610334

Text Example


Text Example

White with #610334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610334; }

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

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

background-color css

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

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

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

border-color css

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

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

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