Html Css Color HEX #620229 Tyrian Purple

📋 copy color: '#620229'

red 98 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #620229

Tints of Tyrian Purple #620229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 69.5%
G = 1.42%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#620229 (or 0x620229) is known color: Tyrian Purple. HEX triplet: 62, 02 and 29. RGB value is (98,2,41). Sum of RGB (Red+Green+Blue) = 98+2+41=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #620229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620229 is #9DFDD6. Grayscale: #232323. Windows color (decimal): -10354135 or 2687586. OLE color: 2687586.

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

Color convert

RGB 98 2 41 -
CMYK 0 0.98 0.58 0.62
HSL 335.63º 0.96% 0.2% -
HSV(B) 335.63º 0.98% 0.38% -
XYZ 5.46 2.8 2.35 -
YUV 35.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 98 2 41 0 0.98 0.58 0.62 335.63 0.96 0.2
Hex 62 2 29 0 62 3A 3E 150 60 14
Octal 142 2 51 0 142 72 76 520 140 24
Binary 1100010 10 101001 0 1100010 111010 111110 101010000 1100000 10100

Color Harmonies of #620229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620229

Black with #620229

Text Example


Text Example

White with #620229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620229; }

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

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

background-color css

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

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

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

border-color css

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

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

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