Html Css Color HEX #620056 Tyrian Purple

📋 copy color: '#620056'

red 98 ◦ green 0 ◦ blue 86

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

Shades of Tyrian Purple #620056

Tints of Tyrian Purple #620056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 86 (33.98% from 255) = 46.74%

R = 53.26%
G = 0%
B = 46.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#620056 (or 0x620056) is known color: Tyrian Purple. HEX triplet: 62, 00 and 56. RGB value is (98,0,86). Sum of RGB (Red+Green+Blue) = 98+0+86=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #620056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620056 is #9DFFA9. Grayscale: #262626. Windows color (decimal): -10354602 or 5636194. OLE color: 5636194.

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

Color convert

RGB 98 0 86 -
CMYK 0 1 0.12 0.62
HSL 307.35º 1% 0.19% -
HSV(B) 307.35º 1% 0.38% -
XYZ 6.72 3.27 9.08 -
YUV 39.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 98 0 86 0 1 0.12 0.62 307.35 1 0.19
Hex 62 0 56 0 64 C 3E 133 64 13
Octal 142 0 126 0 144 14 76 463 144 23
Binary 1100010 0 1010110 0 1100100 1100 111110 100110011 1100100 10011

Color Harmonies of #620056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620056

Black with #620056

Text Example


Text Example

White with #620056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620056; }

 p { color: rgb(98,0,86); }

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

background-color css

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

 a { background-color: rgb(98,0,86); }

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

border-color css

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

 span { border-color: rgb(98,0,86); }

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