Html Css Color HEX #620546 Tyrian Purple

📋 copy color: '#620546'

red 98 ◦ green 5 ◦ blue 70

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

Shades of Tyrian Purple #620546

Tints of Tyrian Purple #620546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

 BLUE value IS 70 (27.73% from 255) = 40.46%

R = 56.65%
G = 2.89%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#620546 (or 0x620546) is known color: Tyrian Purple. HEX triplet: 62, 05 and 46. RGB value is (98,5,70). Sum of RGB (Red+Green+Blue) = 98+5+70=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #620546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620546 is #9DFAB9. Grayscale: #282828. Windows color (decimal): -10353338 or 4588898. OLE color: 4588898.

HSL color Cylindrical-coordinate representation of color #620546: hue angle of 318.06º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620546 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 5 70 -
CMYK 0 0.95 0.29 0.62
HSL 318.06º 0.9% 0.2% -
HSV(B) 318.06º 0.95% 0.38% -
XYZ 6.2 3.15 6.08 -
YUV 40.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 98 5 70 0 0.95 0.29 0.62 318.06 0.9 0.2
Hex 62 5 46 0 5F 1D 3E 13E 5A 14
Octal 142 5 106 0 137 35 76 476 132 24
Binary 1100010 101 1000110 0 1011111 11101 111110 100111110 1011010 10100

Color Harmonies of #620546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620546

Black with #620546

Text Example


Text Example

White with #620546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620546; }

 p { color: rgb(98,5,70); }

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

background-color css

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

 a { background-color: rgb(98,5,70); }

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

border-color css

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

 span { border-color: rgb(98,5,70); }

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