Html Css Color HEX #61014D Tyrian Purple

📋 copy color: '#61014D'

red 97 ◦ green 1 ◦ blue 77

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

Shades of Tyrian Purple #61014D

Tints of Tyrian Purple #61014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 55.43%
G = 0.57%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61014D (or 0x61014D) is known color: Tyrian Purple. HEX triplet: 61, 01 and 4D. RGB value is (97,1,77). Sum of RGB (Red+Green+Blue) = 97+1+77=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61014D is #9EFEB2. Grayscale: #262626. Windows color (decimal): -10419891 or 5046625. OLE color: 5046625.

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

Color convert

RGB 97 1 77 -
CMYK 0 0.99 0.21 0.62
HSL 312.5º 0.98% 0.19% -
HSV(B) 312.5º 0.99% 0.38% -
XYZ 6.28 3.1 7.29 -
YUV 38.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 97 1 77 0 0.99 0.21 0.62 312.5 0.98 0.19
Hex 61 1 4D 0 63 15 3E 138 62 13
Octal 141 1 115 0 143 25 76 470 142 23
Binary 1100001 1 1001101 0 1100011 10101 111110 100111000 1100010 10011

Color Harmonies of #61014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61014D

Black with #61014D

Text Example


Text Example

White with #61014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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