#610051

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

Shades of Tyrian Purple #610051

Tints of Tyrian Purple #610051

Color information

#610051 (or 0x610051) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 51. RGB value is (97,0,81). Sum of RGB (Red+Green+Blue) = 97+0+81=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #610051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610051 is #9EFFAE. Grayscale: #262626. Windows color (decimal): -10420143 or 5308513. OLE color: 5308513.

HSL color Cylindrical-coordinate representation of color #610051: hue angle of 309.9º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610051 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB97081-
CMYK010.160.62
HSL309.9º100%19.02%-
HSV(B)309.9º100%38.04%-
XYZ6.413.148.05-
YUV38.24152.14169.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=54.49%
G=0%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97081010.160.62309.910019.02
Hex61051064103E1366413
Octal14101210144207646614423
Binary1100001010100010110010010000111110100110110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610051; }

 p { color: rgb(97,0,81); }

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

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

 a { background-color: rgb(97,0,81); }

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

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

 span { border-color: rgb(97,0,81); }

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