Html Css Color HEX #620C47 Tyrian Purple

📋 copy color: '#620C47'

red 98 ◦ green 12 ◦ blue 71

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

Shades of Tyrian Purple #620C47

Tints of Tyrian Purple #620C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 54.14%
G = 6.63%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#620C47 (or 0x620C47) is known color: Tyrian Purple. HEX triplet: 62, 0C and 47. RGB value is (98,12,71). Sum of RGB (Red+Green+Blue) = 98+12+71=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #620C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C47 is #9DF3B8. Grayscale: #2C2C2C. Windows color (decimal): -10351545 or 4656226. OLE color: 4656226.

HSL color Cylindrical-coordinate representation of color #620C47: hue angle of 318.84º 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 #620C47 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 12 71 -
CMYK 0 0.88 0.28 0.62
HSL 318.84º 0.78% 0.22% -
HSV(B) 318.84º 0.88% 0.38% -
XYZ 6.31 3.31 6.27 -
YUV 44.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 98 12 71 0 0.88 0.28 0.62 318.84 0.78 0.22
Hex 62 C 47 0 58 1C 3E 13F 4E 16
Octal 142 14 107 0 130 34 76 477 116 26
Binary 1100010 1100 1000111 0 1011000 11100 111110 100111111 1001110 10110

Color Harmonies of #620C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C47

Black with #620C47

Text Example


Text Example

White with #620C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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