#62034B

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

Shades of Tyrian Purple #62034B

Tints of Tyrian Purple #62034B

Color information

#62034B (or 0x62034B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 4B. RGB value is (98,3,75). Sum of RGB (Red+Green+Blue) = 98+3+75=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62034B is #9DFCB4. Grayscale: #272727. Windows color (decimal): -10353845 or 4916066. OLE color: 4916066.

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

Color convert

RGB98375-
CMYK00.970.230.62
HSL314.53º94.06%19.8%-
HSV(B)314.53º96.94%38.43%-
XYZ6.343.176.93-
YUV39.61147.97169.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=55.68%
G=1.70%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837500.970.230.62314.5394.0619.8
Hex6234B061173E13b5e14
Octal14231130141277647313624
Binary11000101110010110110000110111111110100111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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