Html Css Color HEX #62104C Tyrian Purple

📋 copy color: '#62104C'

red 98 ◦ green 16 ◦ blue 76

#62104C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #62104C

Tints of Tyrian Purple #62104C

RGB

 RED value IS 98 (38.67% from 255) = 51.58%

 GREEN value IS 16 (6.64% from 255) = 8.42%

 BLUE value IS 76 (30.08% from 255) = 40%

R = 51.58%
G = 8.42%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#62104C (or 0x62104C) is known color: Tyrian Purple. HEX triplet: 62, 10 and 4C. RGB value is (98,16,76). Sum of RGB (Red+Green+Blue) = 98+16+76=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #62104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62104C is #9DEFB3. Grayscale: #2F2F2F. Windows color (decimal): -10350516 or 4984930. OLE color: 4984930.

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

Color convert

RGB 98 16 76 -
CMYK 0 0.84 0.22 0.62
HSL 316.1º 0.72% 0.22% -
HSV(B) 316.1º 0.84% 0.38% -
XYZ 6.53 3.49 7.17 -
YUV 47.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 98 16 76 0 0.84 0.22 0.62 316.1 0.72 0.22
Hex 62 10 4C 0 54 16 3E 13C 48 16
Octal 142 20 114 0 124 26 76 474 110 26
Binary 1100010 10000 1001100 0 1010100 10110 111110 100111100 1001000 10110

Color Harmonies of #62104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62104C

Black with #62104C

Text Example


Text Example

White with #62104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62104C;
 }
 .AnyTagClassName
 {
   color: #62104C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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