#62104B

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

Shades of Tyrian Purple #62104B

Tints of Tyrian Purple #62104B

Color information

#62104B (or 0x62104B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 4B. RGB value is (98,16,75). Sum of RGB (Red+Green+Blue) = 98+16+75=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62104B is #9DEFB4. Grayscale: #2F2F2F. Windows color (decimal): -10350517 or 4919394. OLE color: 4919394.

HSL color Cylindrical-coordinate representation of color #62104B: hue angle of 316.83º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62104B is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB981675-
CMYK00.840.230.62
HSL316.83º71.93%22.35%-
HSV(B)316.83º83.67%38.43%-
XYZ6.493.486.99-
YUV47.24143.67164.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=51.85%
G=8.47%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98167500.840.230.62316.8371.9322.35
Hex62104B054173E13d4816
Octal142201130124277647511026
Binary11000101000010010110101010010111111110100111101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62104B; }

 p { color: rgb(98,16,75); }

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

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

 a { background-color: rgb(98,16,75); }

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

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

 span { border-color: rgb(98,16,75); }

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