Html Css Color HEX #61042B Tyrian Purple

📋 copy color: '#61042B'

red 97 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #61042B

Tints of Tyrian Purple #61042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.86%

R = 67.36%
G = 2.78%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#61042B (or 0x61042B) is known color: Tyrian Purple. HEX triplet: 61, 04 and 2B. RGB value is (97,4,43). Sum of RGB (Red+Green+Blue) = 97+4+43=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61042B is #9EFBD4. Grayscale: #242424. Windows color (decimal): -10419157 or 2819169. OLE color: 2819169.

HSL color Cylindrical-coordinate representation of color #61042B: hue angle of 334.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 #61042B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 43 -
CMYK 0 0.96 0.56 0.62
HSL 334.84º 0.92% 0.2% -
HSV(B) 334.84º 0.96% 0.38% -
XYZ 5.41 2.8 2.54 -
YUV 36.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 97 4 43 0 0.96 0.56 0.62 334.84 0.92 0.2
Hex 61 4 2B 0 60 38 3E 14F 5C 14
Octal 141 4 53 0 140 70 76 517 134 24
Binary 1100001 100 101011 0 1100000 111000 111110 101001111 1011100 10100

Color Harmonies of #61042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61042B

Black with #61042B

Text Example


Text Example

White with #61042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61042B; }

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

 H1.HeaderClassName
 {
   color: #61042B;
 }
 .AnyTagClassName
 {
   color: #61042B;
 }
</style>

background-color css

<style>
 a { background-color: #61042B; }

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

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

border-color css

<style>
 span { border-color: #61042B; }

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

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