Html Css Color HEX #61113F Tyrian Purple

📋 copy color: '#61113F'

red 97 ◦ green 17 ◦ blue 63

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

Shades of Tyrian Purple #61113F

Tints of Tyrian Purple #61113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 63 (25% from 255) = 35.59%

R = 54.8%
G = 9.6%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61113F (or 0x61113F) is known color: Tyrian Purple. HEX triplet: 61, 11 and 3F. RGB value is (97,17,63). Sum of RGB (Red+Green+Blue) = 97+17+63=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61113F is #9EEEC0. Grayscale: #2E2E2E. Windows color (decimal): -10415809 or 4133217. OLE color: 4133217.

HSL color Cylindrical-coordinate representation of color #61113F: hue angle of 325.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61113F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 63 -
CMYK 0 0.82 0.35 0.62
HSL 325.5º 0.7% 0.22% -
HSV(B) 325.5º 0.82% 0.38% -
XYZ 6.03 3.3 5.02 -
YUV 46.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 97 17 63 0 0.82 0.35 0.62 325.5 0.7 0.22
Hex 61 11 3F 0 52 23 3E 146 46 16
Octal 141 21 77 0 122 43 76 506 106 26
Binary 1100001 10001 111111 0 1010010 100011 111110 101000110 1000110 10110

Color Harmonies of #61113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61113F

Black with #61113F

Text Example


Text Example

White with #61113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61113F; }

 p { color: rgb(97,17,63); }

 H1.HeaderClassName
 {
   color: #61113F;
 }
 .AnyTagClassName
 {
   color: #61113F;
 }
</style>

background-color css

<style>
 a { background-color: #61113F; }

 a { background-color: rgb(97,17,63); }

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

border-color css

<style>
 span { border-color: #61113F; }

 span { border-color: rgb(97,17,63); }

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