Html Css Color HEX #61024D Tyrian Purple

📋 copy color: '#61024D'

red 97 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #61024D

Tints of Tyrian Purple #61024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

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

R = 55.11%
G = 1.14%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61024D (or 0x61024D) is known color: Tyrian Purple. HEX triplet: 61, 02 and 4D. RGB value is (97,2,77). Sum of RGB (Red+Green+Blue) = 97+2+77=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61024D is #9EFDB2. Grayscale: #262626. Windows color (decimal): -10419635 or 5046881. OLE color: 5046881.

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

Color convert

RGB 97 2 77 -
CMYK 0 0.98 0.21 0.62
HSL 312.63º 0.96% 0.19% -
HSV(B) 312.63º 0.98% 0.38% -
XYZ 6.29 3.12 7.29 -
YUV 38.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 97 2 77 0 0.98 0.21 0.62 312.63 0.96 0.19
Hex 61 2 4D 0 62 15 3E 139 60 13
Octal 141 2 115 0 142 25 76 471 140 23
Binary 1100001 10 1001101 0 1100010 10101 111110 100111001 1100000 10011

Color Harmonies of #61024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61024D

Black with #61024D

Text Example


Text Example

White with #61024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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