Html Css Color HEX #610332 Tyrian Purple

📋 copy color: '#610332'

red 97 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #610332

Tints of Tyrian Purple #610332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 33.33%

R = 64.67%
G = 2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#610332 (or 0x610332) is known color: Tyrian Purple. HEX triplet: 61, 03 and 32. RGB value is (97,3,50). Sum of RGB (Red+Green+Blue) = 97+3+50=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610332 is #9EFCCD. Grayscale: #242424. Windows color (decimal): -10419406 or 3277665. OLE color: 3277665.

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

Color convert

RGB 97 3 50 -
CMYK 0 0.97 0.48 0.62
HSL 330º 0.94% 0.2% -
HSV(B) 330º 0.97% 0.38% -
XYZ 5.54 2.84 3.27 -
YUV 36.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 97 3 50 0 0.97 0.48 0.62 330 0.94 0.2
Hex 61 3 32 0 61 30 3E 14A 5E 14
Octal 141 3 62 0 141 60 76 512 136 24
Binary 1100001 11 110010 0 1100001 110000 111110 101001010 1011110 10100

Color Harmonies of #610332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610332

Black with #610332

Text Example


Text Example

White with #610332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610332; }

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

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

background-color css

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

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

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

border-color css

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

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

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