#62034C

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

Shades of Tyrian Purple #62034C

Tints of Tyrian Purple #62034C

Color information

#62034C (or 0x62034C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 4C. RGB value is (98,3,76). Sum of RGB (Red+Green+Blue) = 98+3+76=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62034C is #9DFCB3. Grayscale: #272727. Windows color (decimal): -10353844 or 4981602. OLE color: 4981602.

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

Color convert

RGB98376-
CMYK00.970.220.62
HSL313.89º94.06%19.8%-
HSV(B)313.89º96.94%38.43%-
XYZ6.373.187.12-
YUV39.73148.47169.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=55.37%
G=1.69%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837600.970.220.62313.8994.0619.8
Hex6234C061163E13a5e14
Octal14231140141267647213624
Binary11000101110011000110000110110111110100111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62034C; }

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

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

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

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

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

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

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

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