#610034

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

Shades of Tyrian Purple #610034

Tints of Tyrian Purple #610034

Color information

#610034 (or 0x610034) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 34. RGB value is (97,0,52). Sum of RGB (Red+Green+Blue) = 97+0+52=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #610034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610034 is #9EFFCB. Grayscale: #222222. Windows color (decimal): -10420172 or 3407969. OLE color: 3407969.

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

Color convert

RGB97052-
CMYK010.460.62
HSL327.84º100%19.02%-
HSV(B)327.84º100%38.04%-
XYZ5.552.793.49-
YUV34.93137.64172.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=65.10%
G=0%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97052010.460.62327.8410019.02
Hex610340642E3E1486413
Octal1410640144567651014423
Binary1100001011010001100100101110111110101001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610034; }

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

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

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

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

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

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

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

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