Html Css Color HEX #610D33 Tyrian Purple

📋 copy color: '#610D33'

red 97 ◦ green 13 ◦ blue 51

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

Shades of Tyrian Purple #610D33

Tints of Tyrian Purple #610D33

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.07%

 BLUE value IS 51 (20.31% from 255) = 31.68%

R = 60.25%
G = 8.07%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#610D33 (or 0x610D33) is known color: Tyrian Purple. HEX triplet: 61, 0D and 33. RGB value is (97,13,51). Sum of RGB (Red+Green+Blue) = 97+13+51=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #610D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D33 is #9EF2CC. Grayscale: #2A2A2A. Windows color (decimal): -10416845 or 3345761. OLE color: 3345761.

HSL color Cylindrical-coordinate representation of color #610D33: hue angle of 332.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D33 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 13 51 -
CMYK 0 0.87 0.47 0.62
HSL 332.86º 0.76% 0.22% -
HSV(B) 332.86º 0.87% 0.38% -
XYZ 5.67 3.07 3.43 -
YUV 42.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 97 13 51 0 0.87 0.47 0.62 332.86 0.76 0.22
Hex 61 D 33 0 57 2F 3E 14D 4C 16
Octal 141 15 63 0 127 57 76 515 114 26
Binary 1100001 1101 110011 0 1010111 101111 111110 101001101 1001100 10110

Color Harmonies of #610D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D33

Black with #610D33

Text Example


Text Example

White with #610D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D33; }

 p { color: rgb(97,13,51); }

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

background-color css

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

 a { background-color: rgb(97,13,51); }

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

border-color css

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

 span { border-color: rgb(97,13,51); }

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