#620348

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

Shades of Tyrian Purple #620348

Tints of Tyrian Purple #620348

Color information

#620348 (or 0x620348) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 48. RGB value is (98,3,72). Sum of RGB (Red+Green+Blue) = 98+3+72=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620348 is #9DFCB7. Grayscale: #272727. Windows color (decimal): -10353848 or 4719458. OLE color: 4719458.

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

Color convert

RGB98372-
CMYK00.970.270.62
HSL316.42º94.06%19.8%-
HSV(B)316.42º96.94%38.43%-
XYZ6.243.136.41-
YUV39.27146.47169.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=56.65%
G=1.73%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837200.970.270.62316.4294.0619.8
Hex623480611B3E13c5e14
Octal14231100141337647413624
Binary11000101110010000110000111011111110100111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620348; }

 p { color: rgb(98,3,72); }

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

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

 a { background-color: rgb(98,3,72); }

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

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

 span { border-color: rgb(98,3,72); }

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