Html Css Color HEX #620341 Tyrian Purple

📋 copy color: '#620341'

red 98 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #620341

Tints of Tyrian Purple #620341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 59.04%
G = 1.81%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#620341 (or 0x620341) is known color: Tyrian Purple. HEX triplet: 62, 03 and 41. RGB value is (98,3,65). Sum of RGB (Red+Green+Blue) = 98+3+65=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #620341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620341 is #9DFCBE. Grayscale: #262626. Windows color (decimal): -10353855 or 4260706. OLE color: 4260706.

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

Color convert

RGB 98 3 65 -
CMYK 0 0.97 0.34 0.62
HSL 320.84º 0.94% 0.2% -
HSV(B) 320.84º 0.97% 0.38% -
XYZ 6.02 3.04 5.27 -
YUV 38.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 98 3 65 0 0.97 0.34 0.62 320.84 0.94 0.2
Hex 62 3 41 0 61 22 3E 141 5E 14
Octal 142 3 101 0 141 42 76 501 136 24
Binary 1100010 11 1000001 0 1100001 100010 111110 101000001 1011110 10100

Color Harmonies of #620341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620341

Black with #620341

Text Example


Text Example

White with #620341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620341; }

 p { color: rgb(98,3,65); }

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

background-color css

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

 a { background-color: rgb(98,3,65); }

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

border-color css

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

 span { border-color: rgb(98,3,65); }

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