Html Css Color HEX #62014C Tyrian Purple

📋 copy color: '#62014C'

red 98 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #62014C

Tints of Tyrian Purple #62014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 56%
G = 0.57%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#62014C (or 0x62014C) is known color: Tyrian Purple. HEX triplet: 62, 01 and 4C. RGB value is (98,1,76). Sum of RGB (Red+Green+Blue) = 98+1+76=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62014C is #9DFEB3. Grayscale: #262626. Windows color (decimal): -10354356 or 4981090. OLE color: 4981090.

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

Color convert

RGB 98 1 76 -
CMYK 0 0.99 0.22 0.62
HSL 313.61º 0.98% 0.19% -
HSV(B) 313.61º 0.99% 0.38% -
XYZ 6.35 3.14 7.11 -
YUV 38.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 98 1 76 0 0.99 0.22 0.62 313.61 0.98 0.19
Hex 62 1 4C 0 63 16 3E 13A 62 13
Octal 142 1 114 0 143 26 76 472 142 23
Binary 1100010 1 1001100 0 1100011 10110 111110 100111010 1100010 10011

Color Harmonies of #62014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62014C

Black with #62014C

Text Example


Text Example

White with #62014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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