#62103B

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

Shades of Tyrian Purple #62103B

Tints of Tyrian Purple #62103B

Color information

#62103B (or 0x62103B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 10 and 3B. RGB value is (98,16,59). Sum of RGB (Red+Green+Blue) = 98+16+59=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62103B is #9DEFC4. Grayscale: #2D2D2D. Windows color (decimal): -10350533 or 3870818. OLE color: 3870818.

HSL color Cylindrical-coordinate representation of color #62103B: hue angle of 328.54º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62103B is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB981659-
CMYK00.840.400.62
HSL328.54º71.93%22.35%-
HSV(B)328.54º83.67%38.43%-
XYZ6.013.284.45-
YUV45.42135.67165.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 59 (23.44% from 255) = 34.10%
R=56.65%
G=9.25%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98165900.840.400.62328.5471.9322.35
Hex62103B054283E1494816
Octal14220730124507651111026
Binary11000101000011101101010100101000111110101001001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,16,59); }

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

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

 a { background-color: rgb(98,16,59); }

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

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

 span { border-color: rgb(98,16,59); }

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