Html Css Color HEX #610353 Tyrian Purple

📋 copy color: '#610353'

red 97 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #610353

Tints of Tyrian Purple #610353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 53.01%
G = 1.64%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#610353 (or 0x610353) is known color: Tyrian Purple. HEX triplet: 61, 03 and 53. RGB value is (97,3,83). Sum of RGB (Red+Green+Blue) = 97+3+83=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #610353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610353 is #9EFCAC. Grayscale: #282828. Windows color (decimal): -10419373 or 5440353. OLE color: 5440353.

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

Color convert

RGB 97 3 83 -
CMYK 0 0.97 0.14 0.62
HSL 308.94º 0.94% 0.2% -
HSV(B) 308.94º 0.97% 0.38% -
XYZ 6.52 3.23 8.46 -
YUV 40.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 97 3 83 0 0.97 0.14 0.62 308.94 0.94 0.2
Hex 61 3 53 0 61 E 3E 135 5E 14
Octal 141 3 123 0 141 16 76 465 136 24
Binary 1100001 11 1010011 0 1100001 1110 111110 100110101 1011110 10100

Color Harmonies of #610353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610353

Black with #610353

Text Example


Text Example

White with #610353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610353; }

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

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

background-color css

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

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

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

border-color css

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

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

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