#610633

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

Shades of Tyrian Purple #610633

Tints of Tyrian Purple #610633

Color information

#610633 (or 0x610633) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 33. RGB value is (97,6,51). Sum of RGB (Red+Green+Blue) = 97+6+51=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #610633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610633 is #9EF9CC. Grayscale: #262626. Windows color (decimal): -10418637 or 3343969. OLE color: 3343969.

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

Color convert

RGB97651-
CMYK00.940.470.62
HSL330.33º88.35%20.2%-
HSV(B)330.33º93.81%38.04%-
XYZ5.592.913.4-
YUV38.34135.15169.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=62.99%
G=3.90%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9765100.940.470.62330.3388.3520.2
Hex6163305E2F3E14a5814
Octal1416630136577651213024
Binary110000111011001101011110101111111110101001010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610633; }

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

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

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

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

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

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

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

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