Html Css Color HEX #611034 Tyrian Purple

📋 copy color: '#611034'

red 97 ◦ green 16 ◦ blue 52

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

Shades of Tyrian Purple #611034

Tints of Tyrian Purple #611034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 58.79%
G = 9.7%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#611034 (or 0x611034) is known color: Tyrian Purple. HEX triplet: 61, 10 and 34. RGB value is (97,16,52). Sum of RGB (Red+Green+Blue) = 97+16+52=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #611034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611034 is #9EEFCB. Grayscale: #2C2C2C. Windows color (decimal): -10416076 or 3412065. OLE color: 3412065.

HSL color Cylindrical-coordinate representation of color #611034: hue angle of 333.33º 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 #611034 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 16 52 -
CMYK 0 0.84 0.46 0.62
HSL 333.33º 0.72% 0.22% -
HSV(B) 333.33º 0.84% 0.38% -
XYZ 5.73 3.16 3.56 -
YUV 44.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 97 16 52 0 0.84 0.46 0.62 333.33 0.72 0.22
Hex 61 10 34 0 54 2E 3E 14D 48 16
Octal 141 20 64 0 124 56 76 515 110 26
Binary 1100001 10000 110100 0 1010100 101110 111110 101001101 1001000 10110

Color Harmonies of #611034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611034

Black with #611034

Text Example


Text Example

White with #611034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611034; }

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

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

background-color css

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

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

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

border-color css

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

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

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