Html Css Color HEX #620441 Tyrian Purple

📋 copy color: '#620441'

red 98 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #620441

Tints of Tyrian Purple #620441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

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

R = 58.68%
G = 2.4%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#620441 (or 0x620441) is known color: Tyrian Purple. HEX triplet: 62, 04 and 41. RGB value is (98,4,65). Sum of RGB (Red+Green+Blue) = 98+4+65=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #620441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620441 is #9DFBBE. Grayscale: #262626. Windows color (decimal): -10353599 or 4260962. OLE color: 4260962.

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

Color convert

RGB 98 4 65 -
CMYK 0 0.96 0.34 0.62
HSL 321.06º 0.92% 0.2% -
HSV(B) 321.06º 0.96% 0.38% -
XYZ 6.03 3.07 5.27 -
YUV 39.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 98 4 65 0 0.96 0.34 0.62 321.06 0.92 0.2
Hex 62 4 41 0 60 22 3E 141 5C 14
Octal 142 4 101 0 140 42 76 501 134 24
Binary 1100010 100 1000001 0 1100000 100010 111110 101000001 1011100 10100

Color Harmonies of #620441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620441

Black with #620441

Text Example


Text Example

White with #620441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620441; }

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

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

background-color css

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

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

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

border-color css

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

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

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