Html Css Color HEX #620E45 Tyrian Purple

📋 copy color: '#620E45'

red 98 ◦ green 14 ◦ blue 69

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

Shades of Tyrian Purple #620E45

Tints of Tyrian Purple #620E45

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.73%

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

R = 54.14%
G = 7.73%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#620E45 (or 0x620E45) is known color: Tyrian Purple. HEX triplet: 62, 0E and 45. RGB value is (98,14,69). Sum of RGB (Red+Green+Blue) = 98+14+69=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #620E45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E45 is #9DF1BA. Grayscale: #2D2D2D. Windows color (decimal): -10351035 or 4525666. OLE color: 4525666.

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

Color convert

RGB 98 14 69 -
CMYK 0 0.86 0.30 0.62
HSL 320.71º 0.75% 0.22% -
HSV(B) 320.71º 0.86% 0.38% -
XYZ 6.27 3.34 5.94 -
YUV 45.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 98 14 69 0 0.86 0.30 0.62 320.71 0.75 0.22
Hex 62 E 45 0 56 1E 3E 141 4B 16
Octal 142 16 105 0 126 36 76 501 113 26
Binary 1100010 1110 1000101 0 1010110 11110 111110 101000001 1001011 10110

Color Harmonies of #620E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E45

Black with #620E45

Text Example


Text Example

White with #620E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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