#620243

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

Shades of Tyrian Purple #620243

Tints of Tyrian Purple #620243

Color information

#620243 (or 0x620243) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 43. RGB value is (98,2,67). Sum of RGB (Red+Green+Blue) = 98+2+67=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620243 is #9DFDBC. Grayscale: #252525. Windows color (decimal): -10354109 or 4391522. OLE color: 4391522.

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

Color convert

RGB98267-
CMYK00.980.320.62
HSL319.38º96%19.61%-
HSV(B)319.38º97.96%38.43%-
XYZ6.073.055.58-
YUV38.11144.3170.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=58.68%
G=1.20%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9826700.980.320.62319.389619.61
Hex62243062203E13f6014
Octal14221030142407647714024
Binary110001010100001101100010100000111110100111111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620243; }

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

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

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

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

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

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

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

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