#62004E

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

Shades of Tyrian Purple #62004E

Tints of Tyrian Purple #62004E

Color information

#62004E (or 0x62004E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 4E. RGB value is (98,0,78). Sum of RGB (Red+Green+Blue) = 98+0+78=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62004E is #9DFFB1. Grayscale: #252525. Windows color (decimal): -10354610 or 5111906. OLE color: 5111906.

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

Color convert

RGB98078-
CMYK010.200.62
HSL312.24º100%19.22%-
HSV(B)312.24º100%38.43%-
XYZ6.413.157.48-
YUV38.19150.47170.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=55.68%
G=0%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98078010.200.62312.2410019.22
Hex6204E064143E1386413
Octal14201160144247647014423
Binary1100010010011100110010010100111110100111000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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