Html Css Color HEX #620231 Tyrian Purple

📋 copy color: '#620231'

red 98 ◦ green 2 ◦ blue 49

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

Shades of Tyrian Purple #620231

Tints of Tyrian Purple #620231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 65.77%
G = 1.34%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#620231 (or 0x620231) is known color: Tyrian Purple. HEX triplet: 62, 02 and 31. RGB value is (98,2,49). Sum of RGB (Red+Green+Blue) = 98+2+49=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620231 is #9DFDCE. Grayscale: #232323. Windows color (decimal): -10354127 or 3211874. OLE color: 3211874.

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

Color convert

RGB 98 2 49 -
CMYK 0 0.98 0.5 0.62
HSL 330.63º 0.96% 0.2% -
HSV(B) 330.63º 0.98% 0.38% -
XYZ 5.61 2.86 3.16 -
YUV 36.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 98 2 49 0 0.98 0.5 0.62 330.63 0.96 0.2
Hex 62 2 31 0 62 32 3E 14B 60 14
Octal 142 2 61 0 142 62 76 513 140 24
Binary 1100010 10 110001 0 1100010 110010 111110 101001011 1100000 10100

Color Harmonies of #620231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620231

Black with #620231

Text Example


Text Example

White with #620231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620231; }

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

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

background-color css

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

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

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

border-color css

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

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

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