#620026

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

Shades of Tyrian Purple #620026

Tints of Tyrian Purple #620026

Color information

#620026 (or 0x620026) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 26. RGB value is (98,0,38). Sum of RGB (Red+Green+Blue) = 98+0+38=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #620026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620026 is #9DFFD9. Grayscale: #212121. Windows color (decimal): -10354650 or 2490466. OLE color: 2490466.

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

Color convert

RGB98038-
CMYK010.610.62
HSL336.73º100%19.22%-
HSV(B)336.73º100%38.43%-
XYZ5.392.742.08-
YUV33.63130.47173.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 27.94%
R=72.06%
G=0%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98038010.610.62336.7310019.22
Hex620260643D3E1516413
Octal1420460144757652114423
Binary1100010010011001100100111101111110101010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620026; }

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

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

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

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

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

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

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

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