Html Css Color HEX #620C32 Tyrian Purple

📋 copy color: '#620C32'

red 98 ◦ green 12 ◦ blue 50

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

Shades of Tyrian Purple #620C32

Tints of Tyrian Purple #620C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

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

R = 61.25%
G = 7.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#620C32 (or 0x620C32) is known color: Tyrian Purple. HEX triplet: 62, 0C and 32. RGB value is (98,12,50). Sum of RGB (Red+Green+Blue) = 98+12+50=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #620C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C32 is #9DF3CD. Grayscale: #292929. Windows color (decimal): -10351566 or 3279970. OLE color: 3279970.

HSL color Cylindrical-coordinate representation of color #620C32: hue angle of 333.49º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C32 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 12 50 -
CMYK 0 0.88 0.49 0.62
HSL 333.49º 0.78% 0.22% -
HSV(B) 333.49º 0.88% 0.38% -
XYZ 5.74 3.09 3.31 -
YUV 42.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 98 12 50 0 0.88 0.49 0.62 333.49 0.78 0.22
Hex 62 C 32 0 58 31 3E 14D 4E 16
Octal 142 14 62 0 130 61 76 515 116 26
Binary 1100010 1100 110010 0 1011000 110001 111110 101001101 1001110 10110

Color Harmonies of #620C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C32

Black with #620C32

Text Example


Text Example

White with #620C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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