Html Css Color HEX #61003A Tyrian Purple

📋 copy color: '#61003A'

red 97 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #61003A

Tints of Tyrian Purple #61003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.58%
G = 0%
B = 37.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61003A (or 0x61003A) is known color: Tyrian Purple. HEX triplet: 61, 00 and 3A. RGB value is (97,0,58). Sum of RGB (Red+Green+Blue) = 97+0+58=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #61003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61003A is #9EFFC5. Grayscale: #232323. Windows color (decimal): -10420166 or 3801185. OLE color: 3801185.

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

Color convert

RGB 97 0 58 -
CMYK 0 1 0.40 0.62
HSL 324.12º 1% 0.19% -
HSV(B) 324.12º 1% 0.38% -
XYZ 5.69 2.85 4.25 -
YUV 35.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 97 0 58 0 1 0.40 0.62 324.12 1 0.19
Hex 61 0 3A 0 64 28 3E 144 64 13
Octal 141 0 72 0 144 50 76 504 144 23
Binary 1100001 0 111010 0 1100100 101000 111110 101000100 1100100 10011

Color Harmonies of #61003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61003A

Black with #61003A

Text Example


Text Example

White with #61003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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