Html Css Color HEX #620240 Tyrian Purple

📋 copy color: '#620240'

red 98 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #620240

Tints of Tyrian Purple #620240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 59.76%
G = 1.22%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#620240 (or 0x620240) is known color: Tyrian Purple. HEX triplet: 62, 02 and 40. RGB value is (98,2,64). Sum of RGB (Red+Green+Blue) = 98+2+64=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #620240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620240 is #9DFDBF. Grayscale: #252525. Windows color (decimal): -10354112 or 4194914. OLE color: 4194914.

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

Color convert

RGB 98 2 64 -
CMYK 0 0.98 0.35 0.62
HSL 321.25º 0.96% 0.2% -
HSV(B) 321.25º 0.98% 0.38% -
XYZ 5.98 3.01 5.12 -
YUV 37.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 98 2 64 0 0.98 0.35 0.62 321.25 0.96 0.2
Hex 62 2 40 0 62 23 3E 141 60 14
Octal 142 2 100 0 142 43 76 501 140 24
Binary 1100010 10 1000000 0 1100010 100011 111110 101000001 1100000 10100

Color Harmonies of #620240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620240

Black with #620240

Text Example


Text Example

White with #620240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620240; }

 p { color: rgb(98,2,64); }

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

background-color css

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

 a { background-color: rgb(98,2,64); }

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

border-color css

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

 span { border-color: rgb(98,2,64); }

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