#610530

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

Shades of Tyrian Purple #610530

Tints of Tyrian Purple #610530

Color information

#610530 (or 0x610530) is unknown color: approx Tyrian Purple. HEX triplet: 61, 05 and 30. RGB value is (97,5,48). Sum of RGB (Red+Green+Blue) = 97+5+48=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610530 is #9EFACF. Grayscale: #252525. Windows color (decimal): -10418896 or 3147105. OLE color: 3147105.

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

Color convert

RGB97548-
CMYK00.950.510.62
HSL331.96º90.2%20%-
HSV(B)331.96º94.85%38.04%-
XYZ5.522.863.06-
YUV37.41133.98170.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=64.67%
G=3.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9754800.950.510.62331.9690.220
Hex6153005F333E14c5a14
Octal1415600137637651413224
Binary110000110111000001011111110011111110101001100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610530; }

 p { color: rgb(97,5,48); }

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

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

 a { background-color: rgb(97,5,48); }

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

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

 span { border-color: rgb(97,5,48); }

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