Html Css Color HEX #620350 Tyrian Purple

📋 copy color: '#620350'

red 98 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #620350

Tints of Tyrian Purple #620350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 54.14%
G = 1.66%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#620350 (or 0x620350) is known color: Tyrian Purple. HEX triplet: 62, 03 and 50. RGB value is (98,3,80). Sum of RGB (Red+Green+Blue) = 98+3+80=181 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.14% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 98 - color contains mainly: red. Hex color #620350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620350 is #9DFCAF. Grayscale: #272727. Windows color (decimal): -10353840 or 5243746. OLE color: 5243746.

HSL color Cylindrical-coordinate representation of color #620350: hue angle of 311.37º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620350 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 3 80 -
CMYK 0 0.97 0.18 0.62
HSL 311.37º 0.94% 0.2% -
HSV(B) 311.37º 0.97% 0.38% -
XYZ 6.52 3.24 7.87 -
YUV 40.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 98 3 80 0 0.97 0.18 0.62 311.37 0.94 0.2
Hex 62 3 50 0 61 12 3E 137 5E 14
Octal 142 3 120 0 141 22 76 467 136 24
Binary 1100010 11 1010000 0 1100001 10010 111110 100110111 1011110 10100

Color Harmonies of #620350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620350

Black with #620350

Text Example


Text Example

White with #620350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620350; }

 p { color: rgb(98,3,80); }

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

background-color css

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

 a { background-color: rgb(98,3,80); }

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

border-color css

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

 span { border-color: rgb(98,3,80); }

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