#620338

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

Shades of Tyrian Purple #620338

Tints of Tyrian Purple #620338

Color information

#620338 (or 0x620338) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 38. RGB value is (98,3,56). Sum of RGB (Red+Green+Blue) = 98+3+56=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #620338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620338 is #9DFCC7. Grayscale: #252525. Windows color (decimal): -10353864 or 3670882. OLE color: 3670882.

HSL color Cylindrical-coordinate representation of color #620338: hue angle of 326.53º 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 #620338 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB98356-
CMYK00.970.430.62
HSL326.53º94.06%19.8%-
HSV(B)326.53º96.94%38.43%-
XYZ5.782.954.01-
YUV37.45138.47171.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=62.42%
G=1.91%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9835600.970.430.62326.5394.0619.8
Hex623380612B3E1475e14
Octal1423700141537650713624
Binary11000101111100001100001101011111110101000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620338; }

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

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

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

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

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

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

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

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