Html Css Color HEX #62014F Tyrian Purple

📋 copy color: '#62014F'

red 98 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #62014F

Tints of Tyrian Purple #62014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.38%

R = 55.06%
G = 0.56%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#62014F (or 0x62014F) is known color: Tyrian Purple. HEX triplet: 62, 01 and 4F. RGB value is (98,1,79). Sum of RGB (Red+Green+Blue) = 98+1+79=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62014F is #9DFEB0. Grayscale: #262626. Windows color (decimal): -10354353 or 5177698. OLE color: 5177698.

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

Color convert

RGB 98 1 79 -
CMYK 0 0.99 0.19 0.62
HSL 311.75º 0.98% 0.19% -
HSV(B) 311.75º 0.99% 0.38% -
XYZ 6.46 3.18 7.67 -
YUV 38.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 98 1 79 0 0.99 0.19 0.62 311.75 0.98 0.19
Hex 62 1 4F 0 63 13 3E 138 62 13
Octal 142 1 117 0 143 23 76 470 142 23
Binary 1100010 1 1001111 0 1100011 10011 111110 100111000 1100010 10011

Color Harmonies of #62014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62014F

Black with #62014F

Text Example


Text Example

White with #62014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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