#610033

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

Shades of Tyrian Purple #610033

Tints of Tyrian Purple #610033

Color information

#610033 (or 0x610033) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 33. RGB value is (97,0,51). Sum of RGB (Red+Green+Blue) = 97+0+51=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #610033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610033 is #9EFFCC. Grayscale: #222222. Windows color (decimal): -10420173 or 3342433. OLE color: 3342433.

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

Color convert

RGB97051-
CMYK010.470.62
HSL328.45º100%19.02%-
HSV(B)328.45º100%38.04%-
XYZ5.532.783.38-
YUV34.82137.14172.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=65.54%
G=0%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97051010.470.62328.4510019.02
Hex610330642F3E1486413
Octal1410630144577651014423
Binary1100001011001101100100101111111110101001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610033; }

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

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

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

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

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

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

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

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