Html Css Color HEX #61063E Tyrian Purple

📋 copy color: '#61063E'

red 97 ◦ green 6 ◦ blue 62

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

Shades of Tyrian Purple #61063E

Tints of Tyrian Purple #61063E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.58%

R = 58.79%
G = 3.64%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61063E (or 0x61063E) is known color: Tyrian Purple. HEX triplet: 61, 06 and 3E. RGB value is (97,6,62). Sum of RGB (Red+Green+Blue) = 97+6+62=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61063E is #9EF9C1. Grayscale: #272727. Windows color (decimal): -10418626 or 4064865. OLE color: 4064865.

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

Color convert

RGB 97 6 62 -
CMYK 0 0.94 0.36 0.62
HSL 323.08º 0.88% 0.2% -
HSV(B) 323.08º 0.94% 0.38% -
XYZ 5.86 3.02 4.83 -
YUV 39.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 97 6 62 0 0.94 0.36 0.62 323.08 0.88 0.2
Hex 61 6 3E 0 5E 24 3E 143 58 14
Octal 141 6 76 0 136 44 76 503 130 24
Binary 1100001 110 111110 0 1011110 100100 111110 101000011 1011000 10100

Color Harmonies of #61063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61063E

Black with #61063E

Text Example


Text Example

White with #61063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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