#620045

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

Shades of Tyrian Purple #620045

Tints of Tyrian Purple #620045

Color information

#620045 (or 0x620045) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 45. RGB value is (98,0,69). Sum of RGB (Red+Green+Blue) = 98+0+69=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620045 is #9DFFBA. Grayscale: #242424. Windows color (decimal): -10354619 or 4522082. OLE color: 4522082.

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

Color convert

RGB98069-
CMYK010.300.62
HSL317.76º100%19.22%-
HSV(B)317.76º100%38.43%-
XYZ6.113.035.89-
YUV37.17145.97171.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=58.68%
G=0%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98069010.300.62317.7610019.22
Hex620450641E3E13e6413
Octal14201050144367647614423
Binary1100010010001010110010011110111110100111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620045; }

 p { color: rgb(98,0,69); }

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

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

 a { background-color: rgb(98,0,69); }

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

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

 span { border-color: rgb(98,0,69); }

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