#62004B

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

Shades of Tyrian Purple #62004B

Tints of Tyrian Purple #62004B

Color information

#62004B (or 0x62004B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 4B. RGB value is (98,0,75). Sum of RGB (Red+Green+Blue) = 98+0+75=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62004B is #9DFFB4. Grayscale: #252525. Windows color (decimal): -10354613 or 4915298. OLE color: 4915298.

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

Color convert

RGB98075-
CMYK010.230.62
HSL314.08º100%19.22%-
HSV(B)314.08º100%38.43%-
XYZ6.313.16.92-
YUV37.85148.97170.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=56.65%
G=0%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98075010.230.62314.0810019.22
Hex6204B064173E13a6413
Octal14201130144277647214423
Binary1100010010010110110010010111111110100111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62004B; }

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

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

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

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

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

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

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

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