Html Css Color HEX #61004D Tyrian Purple

📋 copy color: '#61004D'

red 97 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #61004D

Tints of Tyrian Purple #61004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 55.75%
G = 0%
B = 44.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61004D (or 0x61004D) is known color: Tyrian Purple. HEX triplet: 61, 00 and 4D. RGB value is (97,0,77). Sum of RGB (Red+Green+Blue) = 97+0+77=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61004D is #9EFFB2. Grayscale: #252525. Windows color (decimal): -10420147 or 5046369. OLE color: 5046369.

HSL color Cylindrical-coordinate representation of color #61004D: hue angle of 312.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61004D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 77 -
CMYK 0 1 0.21 0.62
HSL 312.37º 1% 0.19% -
HSV(B) 312.37º 1% 0.38% -
XYZ 6.27 3.08 7.28 -
YUV 37.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 97 0 77 0 1 0.21 0.62 312.37 1 0.19
Hex 61 0 4D 0 64 15 3E 138 64 13
Octal 141 0 115 0 144 25 76 470 144 23
Binary 1100001 0 1001101 0 1100100 10101 111110 100111000 1100100 10011

Color Harmonies of #61004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61004D

Black with #61004D

Text Example


Text Example

White with #61004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61004D; }

 p { color: rgb(97,0,77); }

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

background-color css

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

 a { background-color: rgb(97,0,77); }

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

border-color css

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

 span { border-color: rgb(97,0,77); }

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