Html Css Color HEX #620646 Tyrian Purple

📋 copy color: '#620646'

red 98 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #620646

Tints of Tyrian Purple #620646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

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

R = 56.32%
G = 3.45%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#620646 (or 0x620646) is known color: Tyrian Purple. HEX triplet: 62, 06 and 46. RGB value is (98,6,70). Sum of RGB (Red+Green+Blue) = 98+6+70=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #620646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620646 is #9DF9B9. Grayscale: #282828. Windows color (decimal): -10353082 or 4589154. OLE color: 4589154.

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

Color convert

RGB 98 6 70 -
CMYK 0 0.94 0.29 0.62
HSL 318.26º 0.88% 0.2% -
HSV(B) 318.26º 0.94% 0.38% -
XYZ 6.21 3.17 6.08 -
YUV 40.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 98 6 70 0 0.94 0.29 0.62 318.26 0.88 0.2
Hex 62 6 46 0 5E 1D 3E 13E 58 14
Octal 142 6 106 0 136 35 76 476 130 24
Binary 1100010 110 1000110 0 1011110 11101 111110 100111110 1011000 10100

Color Harmonies of #620646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620646

Black with #620646

Text Example


Text Example

White with #620646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620646; }

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

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

background-color css

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

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

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

border-color css

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

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

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