#62014E

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

Shades of Tyrian Purple #62014E

Tints of Tyrian Purple #62014E

Color information

#62014E (or 0x62014E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 4E. RGB value is (98,1,78). Sum of RGB (Red+Green+Blue) = 98+1+78=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62014E is #9DFEB1. Grayscale: #262626. Windows color (decimal): -10354354 or 5112162. OLE color: 5112162.

HSL color Cylindrical-coordinate representation of color #62014E: hue angle of 312.37º 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 #62014E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB98178-
CMYK00.990.200.62
HSL312.37º97.98%19.41%-
HSV(B)312.37º98.98%38.43%-
XYZ6.423.177.48-
YUV38.78150.14170.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=55.37%
G=0.56%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9817800.990.200.62312.3797.9819.41
Hex6214E063143E1386213
Octal14211160143247647014223
Binary1100010110011100110001110100111110100111000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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