Html Css Color HEX #62014E Tyrian Purple

📋 copy color: '#62014E'

red 98 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #62014E

Tints of Tyrian Purple #62014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 55.37%
G = 0.56%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#62014E (or 0x62014E) is known color: Tyrian Purple. HEX triplet: 62, 01 and 4E. RGB value is (98,1,78). Sum of RGB (Red+Green+Blue) = 98+1+78=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62014E is #9DFEB1. Grayscale: #262626. Windows color (decimal): -10354354 or 5112162. OLE color: 5112162.

HSL color Cylindrical-coordinate representation of color #62014E: hue angle of 312.37º 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 #62014E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 78 -
CMYK 0 0.99 0.20 0.62
HSL 312.37º 0.98% 0.19% -
HSV(B) 312.37º 0.99% 0.38% -
XYZ 6.42 3.17 7.48 -
YUV 38.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 98 1 78 0 0.99 0.20 0.62 312.37 0.98 0.19
Hex 62 1 4E 0 63 14 3E 138 62 13
Octal 142 1 116 0 143 24 76 470 142 23
Binary 1100010 1 1001110 0 1100011 10100 111110 100111000 1100010 10011

Color Harmonies of #62014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62014E

Black with #62014E

Text Example


Text Example

White with #62014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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