Html Css Color HEX #610352 Tyrian Purple

📋 copy color: '#610352'

red 97 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #610352

Tints of Tyrian Purple #610352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.05%

R = 53.3%
G = 1.65%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#610352 (or 0x610352) is known color: Tyrian Purple. HEX triplet: 61, 03 and 52. RGB value is (97,3,82). Sum of RGB (Red+Green+Blue) = 97+3+82=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #610352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610352 is #9EFCAD. Grayscale: #272727. Windows color (decimal): -10419374 or 5374817. OLE color: 5374817.

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

Color convert

RGB 97 3 82 -
CMYK 0 0.97 0.15 0.62
HSL 309.57º 0.94% 0.2% -
HSV(B) 309.57º 0.97% 0.38% -
XYZ 6.49 3.22 8.26 -
YUV 40.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 97 3 82 0 0.97 0.15 0.62 309.57 0.94 0.2
Hex 61 3 52 0 61 F 3E 136 5E 14
Octal 141 3 122 0 141 17 76 466 136 24
Binary 1100001 11 1010010 0 1100001 1111 111110 100110110 1011110 10100

Color Harmonies of #610352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610352

Black with #610352

Text Example


Text Example

White with #610352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610352; }

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

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

background-color css

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

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

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

border-color css

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

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

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