#620543

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

Shades of Tyrian Purple #620543

Tints of Tyrian Purple #620543

Color information

#620543 (or 0x620543) is unknown color: approx Tyrian Purple. HEX triplet: 62, 05 and 43. RGB value is (98,5,67). Sum of RGB (Red+Green+Blue) = 98+5+67=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #620543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620543 is #9DFABC. Grayscale: #272727. Windows color (decimal): -10353341 or 4392290. OLE color: 4392290.

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

Color convert

RGB98567-
CMYK00.950.320.62
HSL320º90.29%20.2%-
HSV(B)320º94.9%38.43%-
XYZ6.13.115.59-
YUV39.88143.31169.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=57.65%
G=2.94%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9856700.950.320.6232090.2920.2
Hex6254305F203E1405a14
Octal14251030137407650013224
Binary1100010101100001101011111100000111110101000000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620543; }

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

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

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

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

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

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

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

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