#610350

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

Shades of Tyrian Purple #610350

Tints of Tyrian Purple #610350

Color information

#610350 (or 0x610350) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 50. RGB value is (97,3,80). Sum of RGB (Red+Green+Blue) = 97+3+80=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #610350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610350 is #9EFCAF. Grayscale: #272727. Windows color (decimal): -10419376 or 5243745. OLE color: 5243745.

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

Color convert

RGB97380-
CMYK00.970.180.62
HSL310.85º94%19.61%-
HSV(B)310.85º96.91%38.04%-
XYZ6.413.197.87-
YUV39.88150.64168.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=53.89%
G=1.67%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9738000.970.180.62310.859419.61
Hex61350061123E1375e14
Octal14131200141227646713624
Binary11000011110100000110000110010111110100110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610350; }

 p { color: rgb(97,3,80); }

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

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

 a { background-color: rgb(97,3,80); }

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

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

 span { border-color: rgb(97,3,80); }

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