Html Css Color HEX #620132 Tyrian Purple

📋 copy color: '#620132'

red 98 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #620132

Tints of Tyrian Purple #620132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 50 (19.92% from 255) = 33.56%

R = 65.77%
G = 0.67%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#620132 (or 0x620132) is known color: Tyrian Purple. HEX triplet: 62, 01 and 32. RGB value is (98,1,50). Sum of RGB (Red+Green+Blue) = 98+1+50=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #620132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620132 is #9DFECD. Grayscale: #232323. Windows color (decimal): -10354382 or 3277154. OLE color: 3277154.

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

Color convert

RGB 98 1 50 -
CMYK 0 0.99 0.49 0.62
HSL 329.69º 0.98% 0.19% -
HSV(B) 329.69º 0.99% 0.38% -
XYZ 5.62 2.85 3.27 -
YUV 35.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 98 1 50 0 0.99 0.49 0.62 329.69 0.98 0.19
Hex 62 1 32 0 63 31 3E 14A 62 13
Octal 142 1 62 0 143 61 76 512 142 23
Binary 1100010 1 110010 0 1100011 110001 111110 101001010 1100010 10011

Color Harmonies of #620132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620132

Black with #620132

Text Example


Text Example

White with #620132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620132; }

 p { color: rgb(98,1,50); }

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

background-color css

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

 a { background-color: rgb(98,1,50); }

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

border-color css

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

 span { border-color: rgb(98,1,50); }

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