Html Css Color HEX #61044A Tyrian Purple

📋 copy color: '#61044A'

red 97 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #61044A

Tints of Tyrian Purple #61044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 55.43%
G = 2.29%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61044A (or 0x61044A) is known color: Tyrian Purple. HEX triplet: 61, 04 and 4A. RGB value is (97,4,74). Sum of RGB (Red+Green+Blue) = 97+4+74=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61044A is #9EFBB5. Grayscale: #272727. Windows color (decimal): -10419126 or 4850785. OLE color: 4850785.

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

Color convert

RGB 97 4 74 -
CMYK 0 0.96 0.24 0.62
HSL 314.84º 0.92% 0.2% -
HSV(B) 314.84º 0.96% 0.38% -
XYZ 6.21 3.12 6.75 -
YUV 39.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 97 4 74 0 0.96 0.24 0.62 314.84 0.92 0.2
Hex 61 4 4A 0 60 18 3E 13B 5C 14
Octal 141 4 112 0 140 30 76 473 134 24
Binary 1100001 100 1001010 0 1100000 11000 111110 100111011 1011100 10100

Color Harmonies of #61044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61044A

Black with #61044A

Text Example


Text Example

White with #61044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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