Html Css Color HEX #610632 Tyrian Purple

📋 copy color: '#610632'

red 97 ◦ green 6 ◦ blue 50

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

Shades of Tyrian Purple #610632

Tints of Tyrian Purple #610632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 63.4%
G = 3.92%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#610632 (or 0x610632) is known color: Tyrian Purple. HEX triplet: 61, 06 and 32. RGB value is (97,6,50). Sum of RGB (Red+Green+Blue) = 97+6+50=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610632 is #9EF9CD. Grayscale: #262626. Windows color (decimal): -10418638 or 3278433. OLE color: 3278433.

HSL color Cylindrical-coordinate representation of color #610632: hue angle of 330.99º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610632 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 6 50 -
CMYK 0 0.94 0.48 0.62
HSL 330.99º 0.88% 0.2% -
HSV(B) 330.99º 0.94% 0.38% -
XYZ 5.57 2.9 3.28 -
YUV 38.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 97 6 50 0 0.94 0.48 0.62 330.99 0.88 0.2
Hex 61 6 32 0 5E 30 3E 14B 58 14
Octal 141 6 62 0 136 60 76 513 130 24
Binary 1100001 110 110010 0 1011110 110000 111110 101001011 1011000 10100

Color Harmonies of #610632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610632

Black with #610632

Text Example


Text Example

White with #610632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610632; }

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

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

background-color css

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

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

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

border-color css

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

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

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