#611235

Color #611235 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #611235

Tints of Tyrian Purple #611235

Color information

#611235 (or 0x611235) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 35. RGB value is (97,18,53). Sum of RGB (Red+Green+Blue) = 97+18+53=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611235 is #9EEDCA. Grayscale: #2D2D2D. Windows color (decimal): -10415563 or 3478113. OLE color: 3478113.

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

Color convert

RGB971853-
CMYK00.810.450.62
HSL333.42º68.7%22.55%-
HSV(B)333.42º81.44%38.04%-
XYZ5.793.233.69-
YUV45.61132.17164.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=57.74%
G=10.71%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97185300.810.450.62333.4268.722.55
Hex6112350512D3E14d4517
Octal14122650121557651510527
Binary11000011001011010101010001101101111110101001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611235; }

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

 H1.HeaderClassName
 {
   color: #611235;
 }
 .AnyTagClassName
 {
   color: #611235;
 }
</style>
background-color css

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

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

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

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

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

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