#610036

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

Shades of Tyrian Purple #610036

Tints of Tyrian Purple #610036

Color information

#610036 (or 0x610036) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 36. RGB value is (97,0,54). Sum of RGB (Red+Green+Blue) = 97+0+54=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #610036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610036 is #9EFFC9. Grayscale: #232323. Windows color (decimal): -10420170 or 3539041. OLE color: 3539041.

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

Color convert

RGB97054-
CMYK010.440.62
HSL326.6º100%19.02%-
HSV(B)326.6º100%38.04%-
XYZ5.62.813.74-
YUV35.16138.64172.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=64.24%
G=0%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97054010.440.62326.610019.02
Hex610360642C3E1476413
Octal1410660144547650714423
Binary1100001011011001100100101100111110101000111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610036; }

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

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

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

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

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

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

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

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