Html Css Color HEX #611233 Tyrian Purple

📋 copy color: '#611233'

red 97 ◦ green 18 ◦ blue 51

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

Shades of Tyrian Purple #611233

Tints of Tyrian Purple #611233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 58.43%
G = 10.84%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#611233 (or 0x611233) is known color: Tyrian Purple. HEX triplet: 61, 12 and 33. RGB value is (97,18,51). Sum of RGB (Red+Green+Blue) = 97+18+51=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #611233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611233 is #9EEDCC. Grayscale: #2D2D2D. Windows color (decimal): -10415565 or 3347041. OLE color: 3347041.

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

Color convert

RGB 97 18 51 -
CMYK 0 0.81 0.47 0.62
HSL 334.94º 0.69% 0.23% -
HSV(B) 334.94º 0.81% 0.38% -
XYZ 5.74 3.21 3.45 -
YUV 45.38 131.17 164.82 -
System Red Green Blue C M Y K H S L
Decimal 97 18 51 0 0.81 0.47 0.62 334.94 0.69 0.23
Hex 61 12 33 0 51 2F 3E 14F 45 17
Octal 141 22 63 0 121 57 76 517 105 27
Binary 1100001 10010 110011 0 1010001 101111 111110 101001111 1000101 10111

Color Harmonies of #611233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611233

Black with #611233

Text Example


Text Example

White with #611233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611233; }

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

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

background-color css

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

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

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

border-color css

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

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

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