Html Css Color HEX #61062D Tyrian Purple

📋 copy color: '#61062D'

red 97 ◦ green 6 ◦ blue 45

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

Shades of Tyrian Purple #61062D

Tints of Tyrian Purple #61062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.05%

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 65.54%
G = 4.05%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61062D (or 0x61062D) is known color: Tyrian Purple. HEX triplet: 61, 06 and 2D. RGB value is (97,6,45). Sum of RGB (Red+Green+Blue) = 97+6+45=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61062D is #9EF9D2. Grayscale: #252525. Windows color (decimal): -10418643 or 2950753. OLE color: 2950753.

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

Color convert

RGB 97 6 45 -
CMYK 0 0.94 0.54 0.62
HSL 334.29º 0.88% 0.2% -
HSV(B) 334.29º 0.94% 0.38% -
XYZ 5.47 2.86 2.75 -
YUV 37.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 97 6 45 0 0.94 0.54 0.62 334.29 0.88 0.2
Hex 61 6 2D 0 5E 36 3E 14E 58 14
Octal 141 6 55 0 136 66 76 516 130 24
Binary 1100001 110 101101 0 1011110 110110 111110 101001110 1011000 10100

Color Harmonies of #61062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61062D

Black with #61062D

Text Example


Text Example

White with #61062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,6,45); }

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

background-color css

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

 a { background-color: rgb(97,6,45); }

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

border-color css

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

 span { border-color: rgb(97,6,45); }

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