Html Css Color HEX #61003D Tyrian Purple

📋 copy color: '#61003D'

red 97 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #61003D

Tints of Tyrian Purple #61003D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.61%

R = 61.39%
G = 0%
B = 38.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#61003D (or 0x61003D) is known color: Tyrian Purple. HEX triplet: 61, 00 and 3D. RGB value is (97,0,61). Sum of RGB (Red+Green+Blue) = 97+0+61=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61003D is #9EFFC2. Grayscale: #232323. Windows color (decimal): -10420163 or 3997793. OLE color: 3997793.

HSL color Cylindrical-coordinate representation of color #61003D: hue angle of 322.27º 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 #61003D is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 61 -
CMYK 0 1 0.37 0.62
HSL 322.27º 1% 0.19% -
HSV(B) 322.27º 1% 0.38% -
XYZ 5.77 2.88 4.67 -
YUV 35.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 97 0 61 0 1 0.37 0.62 322.27 1 0.19
Hex 61 0 3D 0 64 25 3E 142 64 13
Octal 141 0 75 0 144 45 76 502 144 23
Binary 1100001 0 111101 0 1100100 100101 111110 101000010 1100100 10011

Color Harmonies of #61003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61003D

Black with #61003D

Text Example


Text Example

White with #61003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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