Html Css Color HEX #620F45 Tyrian Purple

📋 copy color: '#620F45'

red 98 ◦ green 15 ◦ blue 69

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

Shades of Tyrian Purple #620F45

Tints of Tyrian Purple #620F45

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.24%

 BLUE value IS 69 (27.34% from 255) = 37.91%

R = 53.85%
G = 8.24%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#620F45 (or 0x620F45) is known color: Tyrian Purple. HEX triplet: 62, 0F and 45. RGB value is (98,15,69). Sum of RGB (Red+Green+Blue) = 98+15+69=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #620F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F45 is #9DF0BA. Grayscale: #2D2D2D. Windows color (decimal): -10350779 or 4525922. OLE color: 4525922.

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

Color convert

RGB 98 15 69 -
CMYK 0 0.85 0.30 0.62
HSL 320.96º 0.73% 0.22% -
HSV(B) 320.96º 0.85% 0.38% -
XYZ 6.28 3.37 5.95 -
YUV 45.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 98 15 69 0 0.85 0.30 0.62 320.96 0.73 0.22
Hex 62 F 45 0 55 1E 3E 141 49 16
Octal 142 17 105 0 125 36 76 501 111 26
Binary 1100010 1111 1000101 0 1010101 11110 111110 101000001 1001001 10110

Color Harmonies of #620F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F45

Black with #620F45

Text Example


Text Example

White with #620F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,69); }

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

background-color css

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

 a { background-color: rgb(98,15,69); }

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

border-color css

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

 span { border-color: rgb(98,15,69); }

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