#610028

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

Shades of Tyrian Purple #610028

Tints of Tyrian Purple #610028

Color information

#610028 (or 0x610028) is unknown color: approx Tyrian Purple. HEX triplet: 61, 00 and 28. RGB value is (97,0,40). Sum of RGB (Red+Green+Blue) = 97+0+40=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #610028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610028 is #9EFFD7. Grayscale: #212121. Windows color (decimal): -10420184 or 2621537. OLE color: 2621537.

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

Color convert

RGB97040-
CMYK010.590.62
HSL335.26º100%19.02%-
HSV(B)335.26º100%38.04%-
XYZ5.312.692.25-
YUV33.56131.64173.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=70.80%
G=0%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97040010.590.62335.2610019.02
Hex610280643B3E14f6413
Octal1410500144737651714423
Binary1100001010100001100100111011111110101001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610028; }

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

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

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

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

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

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

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

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