Html Css Color HEX #61033A Tyrian Purple

📋 copy color: '#61033A'

red 97 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #61033A

Tints of Tyrian Purple #61033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 61.39%
G = 1.9%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61033A (or 0x61033A) is known color: Tyrian Purple. HEX triplet: 61, 03 and 3A. RGB value is (97,3,58). Sum of RGB (Red+Green+Blue) = 97+3+58=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61033A is #9EFCC5. Grayscale: #252525. Windows color (decimal): -10419398 or 3801953. OLE color: 3801953.

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

Color convert

RGB 97 3 58 -
CMYK 0 0.97 0.40 0.62
HSL 324.89º 0.94% 0.2% -
HSV(B) 324.89º 0.97% 0.38% -
XYZ 5.73 2.91 4.26 -
YUV 37.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 97 3 58 0 0.97 0.40 0.62 324.89 0.94 0.2
Hex 61 3 3A 0 61 28 3E 145 5E 14
Octal 141 3 72 0 141 50 76 505 136 24
Binary 1100001 11 111010 0 1100001 101000 111110 101000101 1011110 10100

Color Harmonies of #61033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61033A

Black with #61033A

Text Example


Text Example

White with #61033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,3,58); }

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

background-color css

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

 a { background-color: rgb(97,3,58); }

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

border-color css

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

 span { border-color: rgb(97,3,58); }

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