#620327

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

Shades of Tyrian Purple #620327

Tints of Tyrian Purple #620327

Color information

#620327 (or 0x620327) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 27. RGB value is (98,3,39). Sum of RGB (Red+Green+Blue) = 98+3+39=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #620327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620327 is #9DFCD8. Grayscale: #232323. Windows color (decimal): -10353881 or 2556770. OLE color: 2556770.

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

Color convert

RGB98339-
CMYK00.970.600.62
HSL337.26º94.06%19.8%-
HSV(B)337.26º96.94%38.43%-
XYZ5.442.812.18-
YUV35.51129.97172.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=70%
G=2.14%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9833900.970.600.62337.2694.0619.8
Hex623270613C3E1515e14
Octal1423470141747652113624
Binary11000101110011101100001111100111110101010001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620327; }

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

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

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

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

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

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

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

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