Html Css Color HEX #62074C Tyrian Purple

📋 copy color: '#62074C'

red 98 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #62074C

Tints of Tyrian Purple #62074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

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

R = 54.14%
G = 3.87%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#62074C (or 0x62074C) is known color: Tyrian Purple. HEX triplet: 62, 07 and 4C. RGB value is (98,7,76). Sum of RGB (Red+Green+Blue) = 98+7+76=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #62074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62074C is #9DF8B3. Grayscale: #292929. Windows color (decimal): -10352820 or 4982626. OLE color: 4982626.

HSL color Cylindrical-coordinate representation of color #62074C: hue angle of 314.51º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62074C is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 7 76 -
CMYK 0 0.93 0.22 0.62
HSL 314.51º 0.87% 0.21% -
HSV(B) 314.51º 0.93% 0.38% -
XYZ 6.42 3.27 7.13 -
YUV 42.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 98 7 76 0 0.93 0.22 0.62 314.51 0.87 0.21
Hex 62 7 4C 0 5D 16 3E 13B 57 15
Octal 142 7 114 0 135 26 76 473 127 25
Binary 1100010 111 1001100 0 1011101 10110 111110 100111011 1010111 10101

Color Harmonies of #62074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62074C

Black with #62074C

Text Example


Text Example

White with #62074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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