#620645

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

Shades of Tyrian Purple #620645

Tints of Tyrian Purple #620645

Color information

#620645 (or 0x620645) is unknown color: approx Tyrian Purple. HEX triplet: 62, 06 and 45. RGB value is (98,6,69). Sum of RGB (Red+Green+Blue) = 98+6+69=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620645 is #9DF9BA. Grayscale: #282828. Windows color (decimal): -10353083 or 4523618. OLE color: 4523618.

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

Color convert

RGB98669-
CMYK00.940.300.62
HSL318.91º88.46%20.39%-
HSV(B)318.91º93.88%38.43%-
XYZ6.183.165.91-
YUV40.69143.98168.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=56.65%
G=3.47%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9866900.940.300.62318.9188.4620.39
Hex6264505E1E3E13f5814
Octal14261050136367647713024
Binary110001011010001010101111011110111110100111111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620645; }

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

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

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

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

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

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

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

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