#62114F

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

Shades of Tyrian Purple #62114F

Tints of Tyrian Purple #62114F

Color information

#62114F (or 0x62114F) is unknown color: approx Tyrian Purple. HEX triplet: 62, 11 and 4F. RGB value is (98,17,79). Sum of RGB (Red+Green+Blue) = 98+17+79=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62114F is #9DEEB0. Grayscale: #303030. Windows color (decimal): -10350257 or 5181794. OLE color: 5181794.

HSL color Cylindrical-coordinate representation of color #62114F: hue angle of 314.07º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62114F is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB981779-
CMYK00.830.190.62
HSL314.07º70.43%22.55%-
HSV(B)314.07º82.65%38.43%-
XYZ6.653.567.73-
YUV48.29145.34163.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.52%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=50.52%
G=8.76%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98177900.830.190.62314.0770.4322.55
Hex62114F053133E13a4617
Octal142211170123237647210627
Binary11000101000110011110101001110011111110100111010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62114F; }

 p { color: rgb(98,17,79); }

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

<style>
 a { background-color: #62114F; }

 a { background-color: rgb(98,17,79); }

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

<style>
 span { border-color: #62114F; }

 span { border-color: rgb(98,17,79); }

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