#610252

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

Shades of Tyrian Purple #610252

Tints of Tyrian Purple #610252

Color information

#610252 (or 0x610252) is unknown color: approx Tyrian Purple. HEX triplet: 61, 02 and 52. RGB value is (97,2,82). Sum of RGB (Red+Green+Blue) = 97+2+82=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #610252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610252 is #9EFDAD. Grayscale: #272727. Windows color (decimal): -10419630 or 5374561. OLE color: 5374561.

HSL color Cylindrical-coordinate representation of color #610252: hue angle of 309.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610252 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB97282-
CMYK00.980.150.62
HSL309.47º95.96%19.41%-
HSV(B)309.47º97.94%38.04%-
XYZ6.473.198.26-
YUV39.52151.97169-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=53.59%
G=1.10%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728200.980.150.62309.4795.9619.41
Hex61252062F3E1356013
Octal14121220142177646514023
Binary1100001101010010011000101111111110100110101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610252; }

 p { color: rgb(97,2,82); }

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

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

 a { background-color: rgb(97,2,82); }

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

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

 span { border-color: rgb(97,2,82); }

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