#611234

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

Shades of Tyrian Purple #611234

Tints of Tyrian Purple #611234

Color information

#611234 (or 0x611234) is unknown color: approx 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

RGB971852-
CMYK00.810.460.62
HSL334.18º68.7%22.55%-
HSV(B)334.18º81.44%38.04%-
XYZ5.773.223.57-
YUV45.5131.67164.74-

RGB Variations

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

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.70% from 255) = 31.14%
R=58.08%
G=10.78%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97185200.810.460.62334.1868.722.55
Hex6112340512E3E14e4517
Octal14122640121567651610527
Binary11000011001011010001010001101110111110101001110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>