Html Css Color HEX #620C2F Tyrian Purple

📋 copy color: '#620C2F'

red 98 ◦ green 12 ◦ blue 47

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

Shades of Tyrian Purple #620C2F

Tints of Tyrian Purple #620C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.94%

R = 62.42%
G = 7.64%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#620C2F (or 0x620C2F) is known color: Tyrian Purple. HEX triplet: 62, 0C and 2F. RGB value is (98,12,47). Sum of RGB (Red+Green+Blue) = 98+12+47=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #620C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C2F is #9DF3D0. Grayscale: #292929. Windows color (decimal): -10351569 or 3083362. OLE color: 3083362.

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

Color convert

RGB 98 12 47 -
CMYK 0 0.88 0.52 0.62
HSL 335.58º 0.78% 0.22% -
HSV(B) 335.58º 0.88% 0.38% -
XYZ 5.68 3.06 2.98 -
YUV 41.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 98 12 47 0 0.88 0.52 0.62 335.58 0.78 0.22
Hex 62 C 2F 0 58 34 3E 150 4E 16
Octal 142 14 57 0 130 64 76 520 116 26
Binary 1100010 1100 101111 0 1011000 110100 111110 101010000 1001110 10110

Color Harmonies of #620C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C2F

Black with #620C2F

Text Example


Text Example

White with #620C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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