Html Css Color HEX #610135 Tyrian Purple

📋 copy color: '#610135'

red 97 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #610135

Tints of Tyrian Purple #610135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 64.24%
G = 0.66%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#610135 (or 0x610135) is known color: Tyrian Purple. HEX triplet: 61, 01 and 35. RGB value is (97,1,53). Sum of RGB (Red+Green+Blue) = 97+1+53=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #610135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610135 is #9EFECA. Grayscale: #232323. Windows color (decimal): -10419915 or 3473761. OLE color: 3473761.

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

Color convert

RGB 97 1 53 -
CMYK 0 0.99 0.45 0.62
HSL 327.5º 0.98% 0.19% -
HSV(B) 327.5º 0.99% 0.38% -
XYZ 5.58 2.82 3.62 -
YUV 35.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 97 1 53 0 0.99 0.45 0.62 327.5 0.98 0.19
Hex 61 1 35 0 63 2D 3E 148 62 13
Octal 141 1 65 0 143 55 76 510 142 23
Binary 1100001 1 110101 0 1100011 101101 111110 101001000 1100010 10011

Color Harmonies of #610135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610135

Black with #610135

Text Example


Text Example

White with #610135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610135; }

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

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

background-color css

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

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

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

border-color css

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

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

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