#62012A

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

Shades of Tyrian Purple #62012A

Tints of Tyrian Purple #62012A

Color information

#62012A (or 0x62012A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 2A. RGB value is (98,1,42). Sum of RGB (Red+Green+Blue) = 98+1+42=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #62012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62012A is #9DFED5. Grayscale: #222222. Windows color (decimal): -10354390 or 2752866. OLE color: 2752866.

HSL color Cylindrical-coordinate representation of color #62012A: hue angle of 334.64º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62012A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB98142-
CMYK00.990.570.62
HSL334.64º97.98%19.41%-
HSV(B)334.64º98.98%38.43%-
XYZ5.472.792.44-
YUV34.68132.14173.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=69.50%
G=0.71%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9814200.990.570.62334.6497.9819.41
Hex6212A063393E14f6213
Octal1421520143717651714223
Binary1100010110101001100011111001111110101001111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62012A; }

 p { color: rgb(98,1,42); }

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

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

 a { background-color: rgb(98,1,42); }

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

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

 span { border-color: rgb(98,1,42); }

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