#610933

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

Shades of Tyrian Purple #610933

Tints of Tyrian Purple #610933

Color information

#610933 (or 0x610933) is unknown color: approx Tyrian Purple. HEX triplet: 61, 09 and 33. RGB value is (97,9,51). Sum of RGB (Red+Green+Blue) = 97+9+51=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #610933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610933 is #9EF6CC. Grayscale: #282828. Windows color (decimal): -10417869 or 3344737. OLE color: 3344737.

HSL color Cylindrical-coordinate representation of color #610933: hue angle of 331.36º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610933 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB97951-
CMYK00.910.470.62
HSL331.36º83.02%20.78%-
HSV(B)331.36º90.72%38.04%-
XYZ5.622.983.41-
YUV40.1134.15168.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=61.78%
G=5.73%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9795100.910.470.62331.3683.0220.78
Hex6193305B2F3E14b5315
Octal14111630133577651312325
Binary1100001100111001101011011101111111110101001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610933; }

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

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

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

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

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

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

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

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