Html Css Color HEX #611038 Tyrian Purple

📋 copy color: '#611038'

red 97 ◦ green 16 ◦ blue 56

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

Shades of Tyrian Purple #611038

Tints of Tyrian Purple #611038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

 BLUE value IS 56 (22.27% from 255) = 33.14%

R = 57.4%
G = 9.47%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#611038 (or 0x611038) is known color: Tyrian Purple. HEX triplet: 61, 10 and 38. RGB value is (97,16,56). Sum of RGB (Red+Green+Blue) = 97+16+56=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611038 is #9EEFC7. Grayscale: #2C2C2C. Windows color (decimal): -10416072 or 3674209. OLE color: 3674209.

HSL color Cylindrical-coordinate representation of color #611038: hue angle of 330.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611038 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 16 56 -
CMYK 0 0.84 0.42 0.62
HSL 330.37º 0.72% 0.22% -
HSV(B) 330.37º 0.84% 0.38% -
XYZ 5.83 3.2 4.05 -
YUV 44.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 97 16 56 0 0.84 0.42 0.62 330.37 0.72 0.22
Hex 61 10 38 0 54 2A 3E 14A 48 16
Octal 141 20 70 0 124 52 76 512 110 26
Binary 1100001 10000 111000 0 1010100 101010 111110 101001010 1001000 10110

Color Harmonies of #611038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611038

Black with #611038

Text Example


Text Example

White with #611038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611038; }

 p { color: rgb(97,16,56); }

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

background-color css

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

 a { background-color: rgb(97,16,56); }

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

border-color css

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

 span { border-color: rgb(97,16,56); }

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