Html Css Color HEX #62064D Tyrian Purple

📋 copy color: '#62064D'

red 98 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #62064D

Tints of Tyrian Purple #62064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 54.14%
G = 3.31%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#62064D (or 0x62064D) is known color: Tyrian Purple. HEX triplet: 62, 06 and 4D. RGB value is (98,6,77). Sum of RGB (Red+Green+Blue) = 98+6+77=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62064D is #9DF9B2. Grayscale: #292929. Windows color (decimal): -10353075 or 5047906. OLE color: 5047906.

HSL color Cylindrical-coordinate representation of color #62064D: hue angle of 313.7º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62064D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 6 77 -
CMYK 0 0.94 0.21 0.62
HSL 313.7º 0.88% 0.2% -
HSV(B) 313.7º 0.94% 0.38% -
XYZ 6.44 3.26 7.31 -
YUV 41.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 98 6 77 0 0.94 0.21 0.62 313.7 0.88 0.2
Hex 62 6 4D 0 5E 15 3E 13A 58 14
Octal 142 6 115 0 136 25 76 472 130 24
Binary 1100010 110 1001101 0 1011110 10101 111110 100111010 1011000 10100

Color Harmonies of #62064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62064D

Black with #62064D

Text Example


Text Example

White with #62064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62064D; }

 p { color: rgb(98,6,77); }

 H1.HeaderClassName
 {
   color: #62064D;
 }
 .AnyTagClassName
 {
   color: #62064D;
 }
</style>

background-color css

<style>
 a { background-color: #62064D; }

 a { background-color: rgb(98,6,77); }

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

border-color css

<style>
 span { border-color: #62064D; }

 span { border-color: rgb(98,6,77); }

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