#610630

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

Shades of Tyrian Purple #610630

Tints of Tyrian Purple #610630

Color information

#610630 (or 0x610630) is unknown color: approx Tyrian Purple. HEX triplet: 61, 06 and 30. RGB value is (97,6,48). Sum of RGB (Red+Green+Blue) = 97+6+48=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #610630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610630 is #9EF9CF. Grayscale: #252525. Windows color (decimal): -10418640 or 3147361. OLE color: 3147361.

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

Color convert

RGB97648-
CMYK00.940.510.62
HSL332.31º88.35%20.2%-
HSV(B)332.31º93.81%38.04%-
XYZ5.532.893.06-
YUV38133.65170.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=64.24%
G=3.97%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9764800.940.510.62332.3188.3520.2
Hex6163005E333E14c5814
Octal1416600136637651413024
Binary110000111011000001011110110011111110101001100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610630; }

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

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

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

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

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

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

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

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