Html Css Color HEX #620041 Tyrian Purple

📋 copy color: '#620041'

red 98 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #620041

Tints of Tyrian Purple #620041

RGB

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

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

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

R = 60.12%
G = 0%
B = 39.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#620041 (or 0x620041) is known color: Tyrian Purple. HEX triplet: 62, 00 and 41. RGB value is (98,0,65). Sum of RGB (Red+Green+Blue) = 98+0+65=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #620041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620041 is #9DFFBE. Grayscale: #242424. Windows color (decimal): -10354623 or 4259938. OLE color: 4259938.

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

Color convert

RGB 98 0 65 -
CMYK 0 1 0.34 0.62
HSL 320.2º 1% 0.19% -
HSV(B) 320.2º 1% 0.38% -
XYZ 5.99 2.98 5.26 -
YUV 36.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 98 0 65 0 1 0.34 0.62 320.2 1 0.19
Hex 62 0 41 0 64 22 3E 140 64 13
Octal 142 0 101 0 144 42 76 500 144 23
Binary 1100010 0 1000001 0 1100100 100010 111110 101000000 1100100 10011

Color Harmonies of #620041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620041

Black with #620041

Text Example


Text Example

White with #620041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620041; }

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

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

background-color css

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

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

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

border-color css

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

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

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