Html Css Color HEX #610134 Tyrian Purple

📋 copy color: '#610134'

red 97 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #610134

Tints of Tyrian Purple #610134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 64.67%
G = 0.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#610134 (or 0x610134) is known color: Tyrian Purple. HEX triplet: 61, 01 and 34. RGB value is (97,1,52). Sum of RGB (Red+Green+Blue) = 97+1+52=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610134 is #9EFECB. Grayscale: #232323. Windows color (decimal): -10419916 or 3408225. OLE color: 3408225.

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

Color convert

RGB 97 1 52 -
CMYK 0 0.99 0.46 0.62
HSL 328.13º 0.98% 0.19% -
HSV(B) 328.13º 0.99% 0.38% -
XYZ 5.56 2.81 3.5 -
YUV 35.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 97 1 52 0 0.99 0.46 0.62 328.13 0.98 0.19
Hex 61 1 34 0 63 2E 3E 148 62 13
Octal 141 1 64 0 143 56 76 510 142 23
Binary 1100001 1 110100 0 1100011 101110 111110 101001000 1100010 10011

Color Harmonies of #610134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610134

Black with #610134

Text Example


Text Example

White with #610134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610134; }

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

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

background-color css

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

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

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

border-color css

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

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

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