Html Css Color HEX #61074A Tyrian Purple

📋 copy color: '#61074A'

red 97 ◦ green 7 ◦ blue 74

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

Shades of Tyrian Purple #61074A

Tints of Tyrian Purple #61074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 54.49%
G = 3.93%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61074A (or 0x61074A) is known color: Tyrian Purple. HEX triplet: 61, 07 and 4A. RGB value is (97,7,74). Sum of RGB (Red+Green+Blue) = 97+7+74=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61074A is #9EF8B5. Grayscale: #292929. Windows color (decimal): -10418358 or 4851553. OLE color: 4851553.

HSL color Cylindrical-coordinate representation of color #61074A: hue angle of 315.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61074A is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 74 -
CMYK 0 0.93 0.24 0.62
HSL 315.33º 0.87% 0.2% -
HSV(B) 315.33º 0.93% 0.38% -
XYZ 6.24 3.19 6.76 -
YUV 41.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 97 7 74 0 0.93 0.24 0.62 315.33 0.87 0.2
Hex 61 7 4A 0 5D 18 3E 13B 57 14
Octal 141 7 112 0 135 30 76 473 127 24
Binary 1100001 111 1001010 0 1011101 11000 111110 100111011 1010111 10100

Color Harmonies of #61074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61074A

Black with #61074A

Text Example


Text Example

White with #61074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61074A; }

 p { color: rgb(97,7,74); }

 H1.HeaderClassName
 {
   color: #61074A;
 }
 .AnyTagClassName
 {
   color: #61074A;
 }
</style>

background-color css

<style>
 a { background-color: #61074A; }

 a { background-color: rgb(97,7,74); }

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

border-color css

<style>
 span { border-color: #61074A; }

 span { border-color: rgb(97,7,74); }

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