Html Css Color HEX #61062E Tyrian Purple

📋 copy color: '#61062E'

red 97 ◦ green 6 ◦ blue 46

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

Shades of Tyrian Purple #61062E

Tints of Tyrian Purple #61062E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 65.1%
G = 4.03%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61062E (or 0x61062E) is known color: Tyrian Purple. HEX triplet: 61, 06 and 2E. RGB value is (97,6,46). Sum of RGB (Red+Green+Blue) = 97+6+46=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61062E is #9EF9D1. Grayscale: #252525. Windows color (decimal): -10418642 or 3016289. OLE color: 3016289.

HSL color Cylindrical-coordinate representation of color #61062E: hue angle of 333.63º 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 #61062E is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 6 46 -
CMYK 0 0.94 0.53 0.62
HSL 333.63º 0.88% 0.2% -
HSV(B) 333.63º 0.94% 0.38% -
XYZ 5.49 2.87 2.85 -
YUV 37.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 97 6 46 0 0.94 0.53 0.62 333.63 0.88 0.2
Hex 61 6 2E 0 5E 35 3E 14E 58 14
Octal 141 6 56 0 136 65 76 516 130 24
Binary 1100001 110 101110 0 1011110 110101 111110 101001110 1011000 10100

Color Harmonies of #61062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61062E

Black with #61062E

Text Example


Text Example

White with #61062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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