Html Css Color HEX #620157 Tyrian Purple

📋 copy color: '#620157'

red 98 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #620157

Tints of Tyrian Purple #620157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.77%

R = 52.69%
G = 0.54%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#620157 (or 0x620157) is known color: Tyrian Purple. HEX triplet: 62, 01 and 57. RGB value is (98,1,87). Sum of RGB (Red+Green+Blue) = 98+1+87=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #620157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620157 is #9DFEA8. Grayscale: #272727. Windows color (decimal): -10354345 or 5701986. OLE color: 5701986.

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

Color convert

RGB 98 1 87 -
CMYK 0 0.99 0.11 0.62
HSL 306.8º 0.98% 0.19% -
HSV(B) 306.8º 0.99% 0.38% -
XYZ 6.77 3.31 9.3 -
YUV 39.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 98 1 87 0 0.99 0.11 0.62 306.8 0.98 0.19
Hex 62 1 57 0 63 B 3E 133 62 13
Octal 142 1 127 0 143 13 76 463 142 23
Binary 1100010 1 1010111 0 1100011 1011 111110 100110011 1100010 10011

Color Harmonies of #620157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620157

Black with #620157

Text Example


Text Example

White with #620157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620157; }

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

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

background-color css

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

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

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

border-color css

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

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

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