Html Css Color HEX #610C41 Tyrian Purple

📋 copy color: '#610C41'

red 97 ◦ green 12 ◦ blue 65

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

Shades of Tyrian Purple #610C41

Tints of Tyrian Purple #610C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 55.75%
G = 6.9%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#610C41 (or 0x610C41) is known color: Tyrian Purple. HEX triplet: 61, 0C and 41. RGB value is (97,12,65). Sum of RGB (Red+Green+Blue) = 97+12+65=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #610C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C41 is #9EF3BE. Grayscale: #2B2B2B. Windows color (decimal): -10417087 or 4263009. OLE color: 4263009.

HSL color Cylindrical-coordinate representation of color #610C41: hue angle of 322.59º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C41 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 65 -
CMYK 0 0.88 0.33 0.62
HSL 322.59º 0.78% 0.21% -
HSV(B) 322.59º 0.88% 0.38% -
XYZ 6.02 3.19 5.3 -
YUV 43.46 140.16 166.19 -
System Red Green Blue C M Y K H S L
Decimal 97 12 65 0 0.88 0.33 0.62 322.59 0.78 0.21
Hex 61 C 41 0 58 21 3E 143 4E 15
Octal 141 14 101 0 130 41 76 503 116 25
Binary 1100001 1100 1000001 0 1011000 100001 111110 101000011 1001110 10101

Color Harmonies of #610C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C41

Black with #610C41

Text Example


Text Example

White with #610C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,12,65); }

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

background-color css

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

 a { background-color: rgb(97,12,65); }

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

border-color css

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

 span { border-color: rgb(97,12,65); }

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