#620143

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

Shades of Tyrian Purple #620143

Tints of Tyrian Purple #620143

Color information

#620143 (or 0x620143) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 43. RGB value is (98,1,67). Sum of RGB (Red+Green+Blue) = 98+1+67=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620143 is #9DFEBC. Grayscale: #252525. Windows color (decimal): -10354365 or 4391266. OLE color: 4391266.

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

Color convert

RGB98167-
CMYK00.990.320.62
HSL319.18º97.98%19.41%-
HSV(B)319.18º98.98%38.43%-
XYZ6.063.025.57-
YUV37.53144.64171.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=59.04%
G=0.60%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816700.990.320.62319.1897.9819.41
Hex62143063203E13f6213
Octal14211030143407647714223
Binary11000101100001101100011100000111110100111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620143; }

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

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

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

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

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

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

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

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