#62014C

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

Shades of Tyrian Purple #62014C

Tints of Tyrian Purple #62014C

Color information

#62014C (or 0x62014C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 4C. RGB value is (98,1,76). Sum of RGB (Red+Green+Blue) = 98+1+76=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62014C is #9DFEB3. Grayscale: #262626. Windows color (decimal): -10354356 or 4981090. OLE color: 4981090.

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

Color convert

RGB98176-
CMYK00.990.220.62
HSL313.61º97.98%19.41%-
HSV(B)313.61º98.98%38.43%-
XYZ6.353.147.11-
YUV38.55149.14170.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=56%
G=0.57%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9817600.990.220.62313.6197.9819.41
Hex6214C063163E13a6213
Octal14211140143267647214223
Binary1100010110011000110001110110111110100111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62014C; }

 p { color: rgb(98,1,76); }

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

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

 a { background-color: rgb(98,1,76); }

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

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

 span { border-color: rgb(98,1,76); }

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