#610330

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

Shades of Tyrian Purple #610330

Tints of Tyrian Purple #610330

Color information

#610330 (or 0x610330) is unknown color: approx Tyrian Purple. HEX triplet: 61, 03 and 30. RGB value is (97,3,48). Sum of RGB (Red+Green+Blue) = 97+3+48=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #610330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610330 is #9EFCCF. Grayscale: #242424. Windows color (decimal): -10419408 or 3146593. OLE color: 3146593.

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

Color convert

RGB97348-
CMYK00.970.510.62
HSL331.28º94%19.61%-
HSV(B)331.28º96.91%38.04%-
XYZ5.52.823.05-
YUV36.24134.64171.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=65.54%
G=2.03%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734800.970.510.62331.289419.61
Hex61330061333E14b5e14
Octal1413600141637651313624
Binary11000011111000001100001110011111110101001011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610330; }

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

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

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

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

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

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

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

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