Html Css Color HEX #611234 Tyrian Purple

📋 copy color: '#611234'

red 97 ◦ green 18 ◦ blue 52

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

Shades of Tyrian Purple #611234

Tints of Tyrian Purple #611234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

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

R = 58.08%
G = 10.78%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#611234 (or 0x611234) is known color: Tyrian Purple. HEX triplet: 61, 12 and 34. RGB value is (97,18,52). Sum of RGB (Red+Green+Blue) = 97+18+52=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611234 is #9EEDCB. Grayscale: #2D2D2D. Windows color (decimal): -10415564 or 3412577. OLE color: 3412577.

HSL color Cylindrical-coordinate representation of color #611234: hue angle of 334.18º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611234 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 18 52 -
CMYK 0 0.81 0.46 0.62
HSL 334.18º 0.69% 0.23% -
HSV(B) 334.18º 0.81% 0.38% -
XYZ 5.77 3.22 3.57 -
YUV 45.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 97 18 52 0 0.81 0.46 0.62 334.18 0.69 0.23
Hex 61 12 34 0 51 2E 3E 14E 45 17
Octal 141 22 64 0 121 56 76 516 105 27
Binary 1100001 10010 110100 0 1010001 101110 111110 101001110 1000101 10111

Color Harmonies of #611234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611234

Black with #611234

Text Example


Text Example

White with #611234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611234; }

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

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

background-color css

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

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

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

border-color css

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

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

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